Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/attr/
Dtest-record-data8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C011 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_TIME = 1U << 2, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_TIME = 1U << 2, enumerator
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devsel.c75 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos()
229 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__newtp()
1200 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample()
1299 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_sample()
1489 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()
1608 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
Devent.h67 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Devlist.c883 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
Dpython.c996 { "SAMPLE_TIME", PERF_SAMPLE_TIME },
Dsession.c779 if (sample_type & PERF_SAMPLE_TIME) in perf_session__print_tstamp()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dsample-parsing.c41 if (type & PERF_SAMPLE_TIME) in samples_same()
Dparse-events.c10 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/external/chromium_org/v8/tools/
Dll_prof.py584 PERF_SAMPLE_TIME = 1 << 2 variable
600 ("time", "u64", PERF_SAMPLE_TIME),
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-timechart.c475 if (evsel->attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
Dbuiltin-script.c219 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()