Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/Linux-v4.19/tools/perf/util/
Devsel.c134 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos()
259 evsel->attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__new_idx()
342 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in perf_evsel__newtp_idx()
2037 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample()
2148 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_sample()
2374 if (!(type & PERF_SAMPLE_TIME)) in perf_evsel__parse_sample_timestamp()
2405 if (type & PERF_SAMPLE_TIME) in perf_evsel__parse_sample_timestamp()
2425 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()
2550 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
Djitdump.c475 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_load()
567 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_move()
Dcs-etm.c814 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in cs_etm__synth_events()
816 attr.sample_type |= PERF_SAMPLE_TIME; in cs_etm__synth_events()
1197 if ((evsel->attr.sample_type & PERF_SAMPLE_TIME)) in cs_etm__is_timeless_decoding()
Devent.h89 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Dintel-pt.c694 if (!(evsel->attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding()
2187 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_pt_synth_events()
2189 attr.sample_type |= PERF_SAMPLE_TIME; in intel_pt_synth_events()
Dintel-bts.c804 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
Devlist.c1317 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
Dsession.c1031 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__print_tstamp()
/Linux-v4.19/tools/bpf/bpftool/
Dmap_perf_ring.c147 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in bpf_perf_event_open()
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c45 if (type & PERF_SAMPLE_TIME) in samples_same()
Dparse-events.c18 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
503 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
516 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c588 #define COMPAT_MASK (PERF_SAMPLE_ID | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | \
Dbuiltin-timechart.c562 if (evsel->attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
Dbuiltin-script.c444 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()
Dbuiltin-trace.c2171 (evsel->attr.sample_type & PERF_SAMPLE_TIME)) in trace__set_base_time()
/Linux-v4.19/arch/x86/events/intel/
Dds.c1667 x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; in intel_ds_init()
Dcore.c2981 flags &= ~PERF_SAMPLE_TIME; in intel_pmu_large_pebs_flags()
/Linux-v4.19/kernel/events/
Dcore.c1777 if (sample_type & PERF_SAMPLE_TIME) in perf_event__id_header_size()
5998 if (sample_type & PERF_SAMPLE_TIME) in __perf_event_header__init_id()
6029 if (sample_type & PERF_SAMPLE_TIME) in __perf_event__output_id_sample()
6170 if (sample_type & PERF_SAMPLE_TIME) in perf_output_sample()