Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_TIME (Results 1 – 12 of 12) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-record.c210 attr->sample_type |= PERF_SAMPLE_TIME; in config_attr()
213 attr->sample_type |= PERF_SAMPLE_TIME; in config_attr()
272 bool time_needed = attr->sample_type & PERF_SAMPLE_TIME; in open_counters()
293 attr->sample_type &= ~PERF_SAMPLE_TIME; in open_counters()
Dbuiltin-timechart.c504 if (session->sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
Dbuiltin-script.c176 perf_event_attr__check_stype(attr, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()
/external/linux-tools-perf/util/
Devsel.c324 if (type & PERF_SAMPLE_TIME) { in perf_event__parse_id_sample()
381 if (type & PERF_SAMPLE_TIME) { in perf_event__parse_sample()
Devent.h62 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Dsession.c98 if (sample_type & PERF_SAMPLE_TIME) in perf_session__id_header_size()
695 if (session->sample_type & PERF_SAMPLE_TIME) in perf_session__print_tstamp()
Dparse-events.c472 attr->sample_type |= PERF_SAMPLE_TIME; in parse_single_tracepoint_event()
Dpython.c833 { "SAMPLE_TIME", PERF_SAMPLE_TIME },
/external/v8/tools/
Dll_prof.py564 PERF_SAMPLE_TIME = 1 << 2 variable
579 ("time", "u64", PERF_SAMPLE_TIME),
/external/chromium_org/v8/tools/
Dll_prof.py584 PERF_SAMPLE_TIME = 1 << 2 variable
600 ("time", "u64", PERF_SAMPLE_TIME),
/external/kernel-headers/original/linux/
Dperf_event.h119 PERF_SAMPLE_TIME = 1U << 2, enumerator
/external/linux-tools-perf/util/include/linux/added/
Dperf_event.h129 PERF_SAMPLE_TIME = 1U << 2, enumerator