Searched refs:PERF_SAMPLE_TIME (Results 1 – 25 of 31) sorted by relevance
12
7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
12 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
75 time { return sample(PERF_SAMPLE_TIME); }
181 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos()308 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()464 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()2235 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample()2408 if (type & PERF_SAMPLE_TIME) { in evsel__parse_sample()2700 if (!(type & PERF_SAMPLE_TIME)) in evsel__parse_sample_timestamp()2731 if (type & PERF_SAMPLE_TIME) in evsel__parse_sample_timestamp()2745 if (sample_type & PERF_SAMPLE_TIME) in evsel__id_hdr_size()
38 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
798 if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in arm_spe__is_timeless_decoding()1151 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in arm_spe_synth_events()1153 attr.sample_type |= PERF_SAMPLE_TIME; in arm_spe_synth_events()
347 if (sample_type & PERF_SAMPLE_TIME) in off_cpu_write()
512 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_load()607 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_move()
1442 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()1602 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()1783 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_id_sample()
797 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
1117 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding()2268 if (sample_type & PERF_SAMPLE_TIME) { in intel_pt_do_synth_pebs_sample()3747 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_pt_synth_events()3749 attr.sample_type |= PERF_SAMPLE_TIME; in intel_pt_synth_events()
1629 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in cs_etm__synth_events()1631 attr.sample_type |= PERF_SAMPLE_TIME; in cs_etm__synth_events()
113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
67 case PERF_SAMPLE_TIME: in perf_get_sample()
1193 if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) && in pebs_update_adaptive_cfg()1604 data->sample_flags |= PERF_SAMPLE_TIME; in setup_pebs_time()2379 x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; in intel_ds_init()2391 PERF_SAMPLE_TIME; in intel_ds_init()2400 PERF_SAMPLE_TIME | in intel_ds_init()
60 if (type & PERF_SAMPLE_TIME) in samples_same()
316 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \701 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()713 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
142 PERF_SAMPLE_TIME = 1U << 2, enumerator
457 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
357 if (event->attr.sample_type & PERF_SAMPLE_TIME) in paicrypt_push_sample()
448 if (event->attr.sample_type & PERF_SAMPLE_TIME) in paiext_push_sample()
582 if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()