/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-record-data | 7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
H A D | test-record-C0 | 12 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
H A D | system-wide-dummy | 13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
|
/openbmc/linux/tools/perf/util/ |
H A D | off_cpu.h | 14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
|
H A D | bpf-filter.l | 75 time { return sample(PERF_SAMPLE_TIME); }
|
H A D | evsel.c | 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() 2407 if (type & PERF_SAMPLE_TIME) { in evsel__parse_sample() 2699 if (!(type & PERF_SAMPLE_TIME)) in evsel__parse_sample_timestamp() 2730 if (type & PERF_SAMPLE_TIME) in evsel__parse_sample_timestamp() 2744 if (sample_type & PERF_SAMPLE_TIME) in evsel__id_hdr_size()
|
H A D | event.h | 38 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
H A D | arm-spe.c | 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()
|
H A D | bpf_off_cpu.c | 347 if (sample_type & PERF_SAMPLE_TIME) in off_cpu_write()
|
H A D | jitdump.c | 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()
|
H A D | synthetic-events.c | 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()
|
H A D | intel-bts.c | 797 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
|
H A D | intel-pt.c | 1119 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding() 2270 if (sample_type & PERF_SAMPLE_TIME) { in intel_pt_do_synth_pebs_sample() 3749 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_pt_synth_events() 3751 attr.sample_type |= PERF_SAMPLE_TIME; in intel_pt_synth_events()
|
H A D | cs-etm.c | 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()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | map_perf_ring.c | 113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | sample_filter.bpf.c | 67 case PERF_SAMPLE_TIME: in perf_get_sample()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | ds.c | 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() 2383 x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; in intel_ds_init() 2395 PERF_SAMPLE_TIME; in intel_ds_init() 2404 PERF_SAMPLE_TIME | in intel_ds_init()
|
/openbmc/linux/tools/perf/tests/ |
H A D | sample-parsing.c | 60 if (type & PERF_SAMPLE_TIME) in samples_same()
|
H A D | dlfilter-test.c | 316 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
|
H A D | parse-events.c | 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()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 142 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 142 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
/openbmc/linux/tools/perf/bench/ |
H A D | inject-buildid.c | 457 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | perf_pai_crypto.c | 357 if (event->attr.sample_type & PERF_SAMPLE_TIME) in paicrypt_push_sample()
|
H A D | perf_pai_ext.c | 448 if (event->attr.sample_type & PERF_SAMPLE_TIME) in paiext_push_sample()
|