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

  /bionic/libc/kernel/common/linux/
perf_event.h 92 PERF_SAMPLE_TIME = 1U << 2,
  /external/linux-tools-perf/
builtin-record.c 210 attr->sample_type |= PERF_SAMPLE_TIME;
213 attr->sample_type |= PERF_SAMPLE_TIME;
262 * PERF_SAMPLE_TIME.
272 bool time_needed = attr->sample_type & PERF_SAMPLE_TIME;
293 attr->sample_type &= ~PERF_SAMPLE_TIME;
builtin-script.c 176 perf_event_attr__check_stype(attr, PERF_SAMPLE_TIME, "TIME",
builtin-timechart.c 504 if (session->sample_type & PERF_SAMPLE_TIME) {
  /external/linux-tools-perf/util/
event.h 62 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
evsel.c 324 if (type & PERF_SAMPLE_TIME) {
381 if (type & PERF_SAMPLE_TIME) {
session.c 98 if (sample_type & PERF_SAMPLE_TIME)
695 if (session->sample_type & PERF_SAMPLE_TIME)
    [all...]
parse-events.c 472 attr->sample_type |= PERF_SAMPLE_TIME;
python.c 833 { "SAMPLE_TIME", PERF_SAMPLE_TIME },
  /external/v8/tools/
ll_prof.py 564 PERF_SAMPLE_TIME = 1 << 2
579 ("time", "u64", PERF_SAMPLE_TIME),
  /external/kernel-headers/original/linux/
perf_event.h 119 PERF_SAMPLE_TIME = 1U << 2,
410 * { u64 time; } && PERF_SAMPLE_TIME
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 129 PERF_SAMPLE_TIME = 1U << 2,
437 * { u64 time; } && PERF_SAMPLE_TIME
  /external/chromium_org/v8/tools/
ll_prof.py 584 PERF_SAMPLE_TIME = 1 << 2
600 ("time", "u64", PERF_SAMPLE_TIME),
    [all...]

Completed in 733 milliseconds