HomeSort by relevance Sort by last modified time
    Searched refs:perf_event (Results 26 - 50 of 58) sorted by null

12 3

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf.h 114 #include <linux/perf_event.h>
builtin-mem.c 62 union perf_event *event,
112 union perf_event *event,
builtin-annotate.c 85 union perf_event *event,
builtin-timechart.c 275 union perf_event *event,
284 union perf_event *event,
293 union perf_event *event,
470 union perf_event *event __maybe_unused,
builtin-script.c 349 static void print_sample_addr(union perf_event *event,
390 static void print_sample_bts(union perf_event *event,
418 static void process_event(union perf_event *event, struct perf_sample *sample,
498 union perf_event *event,
    [all...]
builtin-trace.c 476 union perf_event *event)
494 union perf_event *event,
851 union perf_event *event __maybe_unused,
978 union perf_event *event;
    [all...]
builtin-report.c 78 union perf_event *event)
298 union perf_event *event,
341 union perf_event *event,
builtin-kvm.c 786 union perf_event *event __maybe_unused,
806 union perf_event *event,
882 union perf_event *event;
    [all...]
builtin-sched.c 113 int (*fork_event)(struct perf_sched *sched, union perf_event *event,
732 union perf_event *event,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
keep-tracking.c 28 union perf_event *event;
code-reading.c 249 union perf_event *event, struct state *state)
273 union perf_event *event, struct state *state)
287 union perf_event *event;
hists_link.c 100 union perf_event fake_mmap_event = {
213 const union perf_event event = {
235 const union perf_event event = {
mmap-basic.c 21 union perf_event *event;
perf-time-to-tsc.c 67 union perf_event *event;
perf-record.c 164 union perf_event *event;
262 pr_debug("Unexpected perf_event->header.type %d!\n",
sample-parsing.c 137 union perf_event *event;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.h 10 #include <linux/perf_event.h>
evsel.h 7 #include <linux/perf_event.h>
260 int perf_evsel__parse_sample(struct perf_evsel *evsel, union perf_event *event,
machine.c 317 int machine__process_comm_event(struct machine *machine, union perf_event *event)
335 union perf_event *event)
875 union perf_event *event)
905 union perf_event *event)
1001 union perf_event *event)
1048 int machine__process_mmap_event(struct machine *machine, union perf_event *event)
1105 int machine__process_fork_event(struct machine *machine, union perf_event *event)
1131 union perf_event *event)
1144 int machine__process_event(struct machine *machine, union perf_event *event)
    [all...]
evlist.c 436 union perf_event *event, u64 *id)
457 union perf_event *event)
489 union perf_event *perf_evlist__mmap_read(struct perf_evlist *evlist, int idx)
495 union perf_event *event = NULL;
520 event = (union perf_event *)&data[old & md->mask];
1054 int perf_evlist__parse_sample(struct perf_evlist *evlist, union perf_event *event,
python.c 58 union perf_event event;
354 static PyObject *pyrf_event__new(union perf_event *event)
811 union perf_event *event;
header.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 260 static void perl_process_tracepoint(union perf_event *perf_event __maybe_unused,
350 static void perl_process_event_generic(union perf_event *event,
377 static void perl_process_event(union perf_event *event,
614 "# $event:\tunion perf_event\tutil/event.h\n"
615 "# $attr:\tstruct perf_event_attr\tlinux/perf_event.h\n"
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 36 #include <linux/perf_event.h>
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 24 #include <linux/perf_event.h>
313 struct perf_event *perf_event; member in struct:kvm_pmc

Completed in 467 milliseconds

12 3