Searched defs:perf_event (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c234 static void python_process_tracepoint(union perf_event *perf_event
354 static void python_process_general_event(union perf_event *perf_event
414 static void python_process_event(union perf_event *perf_event, argument
423 python_process_tracepoint(perf_event, sample, evsel,
428 python_process_general_event(perf_event, sample, evsel,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h172 union perf_event { union
193 union perf_event *event,
214 union perf_event *event,
218 union perf_event *event,
222 union perf_event *event,
226 union perf_event *event,
230 union perf_event *event,
234 union perf_event *event,
238 union perf_event *event,
243 int perf_event__preprocess_sample(const union perf_event *sel
[all...]
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dperf_event.h17 #include <uapi/linux/perf_event.h>
24 # include <asm/perf_event.h>
162 struct perf_event;
196 int (*event_init) (struct perf_event *event);
206 int (*add) (struct perf_event *event, int flags);
207 void (*del) (struct perf_event *event, int flags);
214 void (*start) (struct perf_event *event, int flags);
215 void (*stop) (struct perf_event *event, int flags);
220 void (*read) (struct perf_event *event);
248 int (*event_idx) (struct perf_event *even
295 struct perf_event { struct
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h24 #include <linux/perf_event.h>
313 struct perf_event *perf_event; member in struct:kvm_pmc

Completed in 346 milliseconds