| /linux/tools/perf/util/ |
| H A D | off_cpu.h | 14 PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
|
| H A D | event.h | 38 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
| H A D | evsel.c | 296 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos() 424 evsel->core.attr.sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx() 585 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx() 3039 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample() 3278 if (type & PERF_SAMPLE_TIME) { in evsel__parse_sample() 3597 if (!(type & PERF_SAMPLE_TIME)) in evsel__parse_sample_timestamp() 3628 if (type & PERF_SAMPLE_TIME) in evsel__parse_sample_timestamp() 3642 if (sample_type & PERF_SAMPLE_TIME) in evsel__id_hdr_size()
|
| H A D | jitdump.c | 514 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_load() 625 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_move()
|
| H A D | bpf_off_cpu.c | 372 if (sample_type & PERF_SAMPLE_TIME) in off_cpu_write()
|
| H A D | arm-spe.c | 1285 if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in arm_spe__is_timeless_decoding() 1723 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in arm_spe_synth_events() 1725 attr.sample_type |= PERF_SAMPLE_TIME; in arm_spe_synth_events()
|
| H A D | synthetic-events.c | 1471 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size() 1637 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample() 1822 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_id_sample()
|
| H A D | intel-bts.c | 770 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
|
| H A D | intel-pt.c | 1121 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 D | cs-etm.c | 1715 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in cs_etm__synth_events() 1717 attr.sample_type |= PERF_SAMPLE_TIME; in cs_etm__synth_events()
|
| H A D | session.c | 1046 if (sample_type & PERF_SAMPLE_TIME) in evlist__print_tstamp()
|
| /linux/tools/bpf/bpftool/ |
| H A D | map_perf_ring.c | 113 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
|
| /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 | 315 PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_TIME | \
|
| H A D | parse-events.c | 22 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \ 741 TEST_ASSERT_EVSEL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type), evsel); in test__checkevent_pmu_partial_time_callgraph() 753 TEST_ASSERT_EVSEL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type), evsel); in test__checkevent_pmu_partial_time_callgraph()
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 145 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 145 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
| /linux/tools/perf/bench/ |
| H A D | inject-buildid.c | 458 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 1716 if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) && in pebs_update_adaptive_cfg() 2161 data->sample_flags |= PERF_SAMPLE_TIME; in setup_pebs_time() 3382 x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; in intel_ds_pebs_init() 3398 PERF_SAMPLE_TIME; in intel_ds_pebs_init() 3407 PERF_SAMPLE_TIME | in intel_ds_pebs_init()
|
| H A D | core.c | 4421 flags &= ~PERF_SAMPLE_TIME; in intel_pmu_large_pebs_flags() 5877 x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; in __intel_update_large_pebs_flags()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_pai.c | 621 if (event->attr.sample_type & PERF_SAMPLE_TIME) in pai_push_sample()
|
| /linux/tools/perf/ |
| H A D | builtin-timechart.c | 582 if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
|
| H A D | builtin-script.c | 549 evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME)) in evsel__check_attr()
|
| H A D | builtin-trace.c | 3457 (evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in trace__set_base_time()
|
| /linux/kernel/events/ |
| H A D | core.c | 2112 if (sample_type & PERF_SAMPLE_TIME) in perf_event__id_header_size() 7990 #define PERF_SAMPLE_ID_ALL (PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \ 8007 if (sample_type & PERF_SAMPLE_TIME) in __perf_event_header__init_id() 8040 if (sample_type & PERF_SAMPLE_TIME) in __perf_event__output_id_sample() 8200 if (sample_type & PERF_SAMPLE_TIME) in perf_output_sample()
|