Searched refs:sample_id_all (Results 1 - 9 of 9) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/python/
H A Dtwatch.py23 sample_id_all = 1,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.c70 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) argument
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) argument
339 perf_event__mmap_swap(union perf_event *event, bool sample_id_all) argument
356 perf_event__mmap2_swap(union perf_event *event, bool sample_id_all) argument
387 perf_event__read_swap(union perf_event *event, bool sample_id_all) argument
1058 event_swap(union perf_event *event, bool sample_id_all) argument
[all...]
H A Devsel.c28 bool sample_id_all; member in struct:__anon25182
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
[all...]
H A Dpython.c546 "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))
H A Devlist.c468 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/
H A Dattr.c120 WRITE_ASS(sample_id_all, "d");
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h296 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/
H A Dperf_event.h273 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
/external/valgrind/main/include/vki/
H A Dvki-linux.h2796 sample_id_all : 1, /* sample_type all events */ member in struct:vki_perf_event_attr

Completed in 2060 milliseconds