Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/perf/tests/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 |
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmap_perf_ring.c121 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Darm-spe.c480 if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in arm_spe__is_timeless_decoding()
821 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in arm_spe_synth_events()
823 attr.sample_type |= PERF_SAMPLE_TIME; in arm_spe_synth_events()
H A Devsel.c144 if (sample_type & PERF_SAMPLE_TIME) in __perf_evsel__calc_id_pos()
271 evsel->core.attr.sample_type |= (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__new_idx()
451 .sample_type = (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | in evsel__newtp_idx()
2039 if (type & PERF_SAMPLE_TIME) { in perf_evsel__parse_id_sample()
2150 if (type & PERF_SAMPLE_TIME) { in evsel__parse_sample()
2399 if (!(type & PERF_SAMPLE_TIME)) in evsel__parse_sample_timestamp()
2430 if (type & PERF_SAMPLE_TIME) in evsel__parse_sample_timestamp()
H A Devent.h39 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
H A Djitdump.c489 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_load()
581 if (jd->sample_type & PERF_SAMPLE_TIME) in jit_repipe_code_move()
H A Dcs-etm.c1315 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in cs_etm__synth_events()
1317 attr.sample_type |= PERF_SAMPLE_TIME; in cs_etm__synth_events()
2430 if ((evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in cs_etm__is_timeless_decoding()
H A Dintel-pt.c842 if (!(evsel->core.attr.sample_type & PERF_SAMPLE_TIME)) in intel_pt_timeless_decoding()
1821 if (sample_type & PERF_SAMPLE_TIME) { in intel_pt_synth_pebs_sample()
3000 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_pt_synth_events()
3002 attr.sample_type |= PERF_SAMPLE_TIME; in intel_pt_synth_events()
H A Dintel-bts.c797 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
H A Dsynthetic-events.c1318 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size()
1451 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
H A Devlist.c1188 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
H A Dsession.c1222 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__print_tstamp()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dsample-parsing.c50 if (type & PERF_SAMPLE_TIME) in samples_same()
H A Dparse-events.c18 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
529 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
542 TEST_ASSERT_VAL("wrong time", !(PERF_SAMPLE_TIME & evsel->core.attr.sample_type)); in test__checkevent_pmu_partial_time_callgraph()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h126 PERF_SAMPLE_TIME = 1U << 2, enumerator
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c978 if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) && in pebs_update_adaptive_cfg()
2072 x86_pmu.large_pebs_flags |= PERF_SAMPLE_TIME; in intel_ds_init()
2081 PERF_SAMPLE_TIME; in intel_ds_init()
2089 PERF_SAMPLE_TIME | in intel_ds_init()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dinject-buildid.c456 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-timechart.c560 if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
H A Dbuiltin-script.c483 evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME)) in evsel__check_attr()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c1922 if (sample_type & PERF_SAMPLE_TIME) in perf_event__id_header_size()
6697 if (sample_type & PERF_SAMPLE_TIME) in __perf_event_header__init_id()
6728 if (sample_type & PERF_SAMPLE_TIME) in __perf_event__output_id_sample()
6874 if (sample_type & PERF_SAMPLE_TIME) in perf_output_sample()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-intel-pt.txt1001 PERF_SAMPLE_PERIOD (and sometimes) | PERF_SAMPLE_TIME

12