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

  /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);
  /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 2769 sample_id_all : 1, \/* sample_type all events *\/ member in struct:vki_perf_event_attr
    [all...]

Completed in 64 milliseconds