Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_TIME = 1U << 2, enumerator
/linux-4.4.14/tools/perf/util/
Devsel.c127 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos()
243 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__newtp_idx()
1547 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample()
1647 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_sample()
1865 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()
1997 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
Devent.h81 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Dintel-pt.c610 if (!(evsel->attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding()
1851 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_pt_synth_events()
1853 attr.sample_type |= PERF_SAMPLE_TIME; in intel_pt_synth_events()
Dintel-bts.c792 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
Devlist.c1385 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
Dsession.c861 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__print_tstamp()
/linux-4.4.14/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 | \
497 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
510 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
/linux-4.4.14/tools/perf/
Dbuiltin-inject.c518 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
Dbuiltin-timechart.c562 if (evsel->attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
Dbuiltin-script.c254 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c1345 x86_pmu.free_running_flags |= PERF_SAMPLE_TIME; in intel_ds_init()
Dperf_event_intel.c2504 flags &= ~PERF_SAMPLE_TIME; in intel_pmu_free_running_flags()
/linux-4.4.14/kernel/events/
Dcore.c1330 if (sample_type & PERF_SAMPLE_TIME) in perf_event__id_header_size()
5175 if (sample_type & PERF_SAMPLE_TIME) in __perf_event_header__init_id()
5206 if (sample_type & PERF_SAMPLE_TIME) in __perf_event__output_id_sample()
5342 if (sample_type & PERF_SAMPLE_TIME) in perf_output_sample()