HomeSort by relevance Sort by last modified time
    Searched refs:sample_id_all (Results 1 - 14 of 14) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/python/
twatch.py 23 sample_id_all = 1,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.c 70 pr_err("non matching sample_id_all");
152 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n");
320 bool sample_id_all __maybe_unused)
326 static void perf_event__comm_swap(union perf_event *event, bool sample_id_all)
331 if (sample_id_all) {
340 bool sample_id_all)
348 if (sample_id_all) {
357 bool sample_id_all)
368 if (sample_id_all) {
375 static void perf_event__task_swap(union perf_event *event, bool sample_id_all)
    [all...]
evsel.c 28 bool sample_id_all; member in struct:__anon28952
90 * sample_id_all is used there is an id sample appended to non-sample events.
576 attr->sample_id_all = perf_missing_features.sample_id_all ? 0 : 1;
654 if (!perf_missing_features.sample_id_all &&
981 ret += PRINT_ATTR2(mmap_data, sample_id_all);
1025 if (perf_missing_features.sample_id_all)
1026 evsel->attr.sample_id_all = 0;
1093 } else if (!perf_missing_features.sample_id_all) {
1094 perf_missing_features.sample_id_all = true
    [all...]
python.c 546 "sample_id_all",
571 sample_id_all = 1; local
583 &precise_ip, &mmap_data, &sample_id_all,
613 attr.sample_id_all = sample_id_all;
812 int sample_id_all = 1, cpu; local
813 static char *kwlist[] = { "cpu", "sample_id_all", NULL };
817 &cpu, &sample_id_all))
evlist.c 468 if (!first->attr.sample_id_all &&
875 if (!first->attr.sample_id_all)
906 if (first->attr.sample_id_all != pos->attr.sample_id_all)
916 return first->attr.sample_id_all;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.c 120 WRITE_ASS(sample_id_all, "d");
  /bionic/libc/kernel/uapi/linux/
perf_event.h 209 sample_id_all : 1, member in struct:perf_event_attr
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 185 sample_id_all : 1, member in struct:perf_event_attr
  /external/kernel-headers/original/uapi/linux/
perf_event.h 296 sample_id_all : 1, /* sample_type all events */ member in struct:perf_event_attr
525 * If perf_event_attr.sample_id_all is set then all event types will
541 * } && perf_event_attr::sample_id_all
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 273 sample_id_all : 1, /* sample_type all events */ member in struct:perf_event_attr
502 * If perf_event_attr.sample_id_all is set then all event types will
518 * } && perf_event_attr::sample_id_all
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
perf_event.h 209 sample_id_all : 1, member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
perf_event.h 209 sample_id_all : 1, member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
perf_event.h 209 sample_id_all : 1, member in struct:perf_event_attr
  /external/valgrind/main/include/vki/
vki-linux.h 2796 sample_id_all : 1, \/* sample_type all events *\/ member in struct:vki_perf_event_attr
    [all...]

Completed in 67 milliseconds