#include <endian.h>
#include <errno.h>
#include <byteswap.h>
#include <inttypes.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/bitops.h>
#include <linux/log2.h>
#include "cpumap.h"
#include "color.h"
#include "evsel.h"
#include "evlist.h"
#include "machine.h"
#include "session.h"
#include "util.h"
#include "thread.h"
#include "debug.h"
#include "auxtrace.h"
#include "arm-spe.h"
#include "arm-spe-pkt-decoder.h"
Go to the source code of this file.
|
static void | arm_spe_dump (struct arm_spe *spe __maybe_unused, unsigned char *buf, size_t len) |
|
static void | arm_spe_dump_event (struct arm_spe *spe, unsigned char *buf, size_t len) |
|
static int | arm_spe_process_event (struct perf_session *session __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample __maybe_unused, struct perf_tool *tool __maybe_unused) |
|
static int | arm_spe_process_auxtrace_event (struct perf_session *session, union perf_event *event, struct perf_tool *tool __maybe_unused) |
|
static int | arm_spe_flush (struct perf_session *session __maybe_unused, struct perf_tool *tool __maybe_unused) |
|
static void | arm_spe_free_queue (void *priv) |
|
static void | arm_spe_free_events (struct perf_session *session) |
|
static void | arm_spe_free (struct perf_session *session) |
|
static void | arm_spe_print_info (u64 *arr) |
|
int | arm_spe_process_auxtrace_info (union perf_event *event, struct perf_session *session) |
|
◆ arm_spe_dump()
static void arm_spe_dump |
( |
struct arm_spe *spe |
__maybe_unused, |
|
|
unsigned char * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ arm_spe_dump_event()
static void arm_spe_dump_event |
( |
struct arm_spe * |
spe, |
|
|
unsigned char * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ arm_spe_flush()
◆ arm_spe_free()
◆ arm_spe_free_events()
static void arm_spe_free_events |
( |
struct perf_session * |
session | ) |
|
|
static |
◆ arm_spe_free_queue()
static void arm_spe_free_queue |
( |
void * |
priv | ) |
|
|
static |
◆ arm_spe_print_info()
static void arm_spe_print_info |
( |
u64 * |
arr | ) |
|
|
static |
◆ arm_spe_process_auxtrace_event()
◆ arm_spe_process_auxtrace_info()
◆ arm_spe_process_event()
◆ arm_spe_info_fmts
const char* const arm_spe_info_fmts[] |
|
static |