Home
last modified time | relevance | path

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

/linux-4.1.27/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
/linux-4.1.27/tools/perf/util/
Devsel.c125 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos()
231 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__newtp_idx()
1374 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample()
1474 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_sample()
1692 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()
1824 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
Devent.h76 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Dpython.c990 { "SAMPLE_TIME", PERF_SAMPLE_TIME },
Devlist.c1201 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
Dsession.c705 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__print_tstamp()
/linux-4.1.27/include/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_TIME = 1U << 2, enumerator
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c42 if (type & PERF_SAMPLE_TIME) in samples_same()
Dparse-events.c12 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
/linux-4.1.27/tools/perf/
Dbuiltin-script.c227 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()
Dbuiltin-timechart.c561 if (evsel->attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
/linux-4.1.27/kernel/events/
Dcore.c1338 if (sample_type & PERF_SAMPLE_TIME) in perf_event__id_header_size()
5009 if (sample_type & PERF_SAMPLE_TIME) in __perf_event_header__init_id()
5040 if (sample_type & PERF_SAMPLE_TIME) in __perf_event__output_id_sample()
5176 if (sample_type & PERF_SAMPLE_TIME) in perf_output_sample()