Home
last modified time | relevance | path

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

12

/linux/tools/perf/tests/shell/attr/
H A Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dtest-record-dummy-C016 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dsystem-wide-dummy13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
/linux/tools/perf/util/
H A Doff_cpu.h14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
H A Dbpf_off_cpu.c371 if (sample_type & PERF_SAMPLE_TIME) in off_cpu_write()
H A Djitdump.c512 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_load()
621 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_move()
H A Darm-spe.c1181 if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in arm_spe__is_timeless_decoding()
1618 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in arm_spe_synth_events()
1620 attr.sample_type |= PERF_SAMPLE_TIME; in arm_spe_synth_events()
H A Dsynthetic-events.c1466 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()
1632 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
1817 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_id_sample()
H A Dintel-bts.c770 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
H A Dintel-pt.c1121 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding()
2453 if (sample_type & PERF_SAMPLE_TIME) { in intel_pt_do_synth_pebs_sample()
3977 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_pt_synth_events()
3979 attr.sample_type |= PERF_SAMPLE_TIME; in intel_pt_synth_events()
H A Dcs-etm.c1716 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in cs_etm__synth_events()
1718 attr.sample_type |= PERF_SAMPLE_TIME; in cs_etm__synth_events()
H A Dsession.c1001 if (sample_type & PERF_SAMPLE_TIME) in evlist__print_tstamp()
/linux/tools/bpf/bpftool/
H A Dmap_perf_ring.c113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/linux/arch/x86/events/intel/
H A Dds.c1393 if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) && in pebs_update_adaptive_cfg()
1806 data->sample_flags |= PERF_SAMPLE_TIME; in setup_pebs_time()
2734 x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; in intel_pebs_init()
2752 PERF_SAMPLE_TIME; in intel_pebs_init()
2761 PERF_SAMPLE_TIME | in intel_pebs_init()
H A Dcore.c4031 flags &= ~PERF_SAMPLE_TIME; in intel_pmu_large_pebs_flags()
/linux/tools/perf/tests/
H A Ddlfilter-test.c316 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
H A Dsample-parsing.c60 if (type & PERF_SAMPLE_TIME) in samples_same()
H A Dparse-events.c20 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
703 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
715 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
/linux/include/uapi/linux/
H A Dperf_event.h145 PERF_SAMPLE_TIME = 1U << 2, enumerator
873 * { u64 time; } && PERF_SAMPLE_TIME
981 * { u64 time; } && PERF_SAMPLE_TIME
/linux/tools/include/uapi/linux/
H A Dperf_event.h145 PERF_SAMPLE_TIME = 1U << 2, enumerator
873 * { u64 time; } && PERF_SAMPLE_TIME
981 * { u64 time; } && PERF_SAMPLE_TIME
/linux/tools/perf/bench/
H A Dinject-buildid.c458 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
/linux/arch/s390/kernel/
H A Dperf_pai_ext.c496 if (event->attr.sample_type & PERF_SAMPLE_TIME) in paiext_push_sample()
/linux/tools/perf/
H A Dbuiltin-script.c557 evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME)) in evsel__check_attr()
H A Dbuiltin-trace.c3425 * BPF events were not setting PERF_SAMPLE_TIME, so be more robust in trace__set_base_time()
3427 * some other event in the future without PERF_SAMPLE_TIME for good in trace__set_base_time()
3433 (evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in trace__set_base_time()

12