Searched refs:PERF_SAMPLE_TIME (Results 1 – 17 of 17) sorted by relevance
8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
11 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
125 PERF_SAMPLE_TIME = 1U << 2, enumerator
127 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()
81 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
610 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()
792 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
1385 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
861 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__print_tstamp()
42 if (type & PERF_SAMPLE_TIME) in samples_same()
12 #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()
518 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
562 if (evsel->attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
254 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()
1345 x86_pmu.free_running_flags |= PERF_SAMPLE_TIME; in intel_ds_init()
2504 flags &= ~PERF_SAMPLE_TIME; in intel_pmu_free_running_flags()
1330 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()