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

  /external/linux-tools-perf/python/
twatch.py 23 sample_id_all = 1,
  /external/linux-tools-perf/util/
session.h 57 bool sample_id_all; member in struct:perf_session
172 session->sample_id_all, sample);
python.c 417 "sample_id_all",
440 sample_id_all = 1; local
452 &precise_ip, &mmap_data, &sample_id_all,
482 attr.sample_id_all = sample_id_all;
676 int sample_id_all = 1, cpu; local
677 static char *kwlist[] = {"cpu", "sample_id_all", NULL, NULL};
681 &cpu, &sample_id_all))
696 sample_id_all, &pevent->sample);
event.h 194 int sample_size, bool sample_id_all,
evlist.c 494 if (first->attr.sample_id_all != pos->attr.sample_id_all)
506 return first->attr.sample_id_all;
evsel.c 350 int sample_size, bool sample_id_all,
359 if (!sample_id_all)
session.c 73 pr_err("non matching sample_id_all");
92 if (!session->sample_id_all)
117 self->sample_id_all = perf_evlist__sample_id_all(self->evlist);
180 ops->ordered_samples && !self->sample_id_all) {
181 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n");
687 !session->sample_id_all) {
    [all...]
  /external/linux-tools-perf/
builtin-record.c 267 * that tries to use sample_id_all on an older kernel.
276 attr->sample_id_all = sample_id_all_avail ? 1 : 0;
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 228 sample_id_all : 1, /* sample_type all events */ member in struct:perf_event_attr
347 * If perf_event_attr.sample_id_all is set then all event types will
  /external/valgrind/main/include/vki/
vki-linux.h 2682 sample_id_all : 1, \/* sample_type all events *\/ member in struct:vki_perf_event_attr
    [all...]

Completed in 168 milliseconds