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/ |
D | test-record-data | 8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
D | test-record-C0 | 11 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
|
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/ |
D | perf_event.h | 124 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 124 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | evsel.c | 75 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()
|
D | event.h | 67 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
D | evlist.c | 883 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
|
D | python.c | 996 { "SAMPLE_TIME", PERF_SAMPLE_TIME },
|
D | session.c | 779 if (sample_type & PERF_SAMPLE_TIME) in perf_session__print_tstamp()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | sample-parsing.c | 41 if (type & PERF_SAMPLE_TIME) in samples_same()
|
D | parse-events.c | 10 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
|
/external/chromium_org/v8/tools/ |
D | ll_prof.py | 584 PERF_SAMPLE_TIME = 1 << 2 variable 600 ("time", "u64", PERF_SAMPLE_TIME),
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-timechart.c | 475 if (evsel->attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
|
D | builtin-script.c | 219 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()
|