| /OK3568_Linux_fs/kernel/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 |
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | map_perf_ring.c | 121 .sample_type = PERF_SAMPLE_RAW | PERF_SAMPLE_TIME, in do_event_pipe()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | arm-spe.c | 480 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 D | evsel.c | 144 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 D | event.h | 39 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
| H A D | jitdump.c | 489 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 D | cs-etm.c | 1315 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 D | intel-pt.c | 842 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 D | intel-bts.c | 797 attr.sample_type &= ~(u64)PERF_SAMPLE_TIME; in intel_bts_synth_events()
|
| H A D | synthetic-events.c | 1318 if (type & PERF_SAMPLE_TIME) in perf_event__sample_event_size() 1451 if (type & PERF_SAMPLE_TIME) { in perf_event__synthesize_sample()
|
| H A D | evlist.c | 1188 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__id_hdr_size()
|
| H A D | session.c | 1222 if (sample_type & PERF_SAMPLE_TIME) in perf_evlist__print_tstamp()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | sample-parsing.c | 50 if (type & PERF_SAMPLE_TIME) in samples_same()
|
| H A D | parse-events.c | 18 #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 D | perf_event.h | 126 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 D | perf_event.h | 126 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 D | perf_event.h | 126 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 126 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | ds.c | 978 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 D | inject-buildid.c | 456 bench_sample_type |= PERF_SAMPLE_TID | PERF_SAMPLE_TIME; in do_inject_loops()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-timechart.c | 560 if (evsel->core.attr.sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
|
| H A D | builtin-script.c | 483 evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME", PERF_OUTPUT_TIME)) in evsel__check_attr()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 1922 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 D | perf-intel-pt.txt | 1001 PERF_SAMPLE_PERIOD (and sometimes) | PERF_SAMPLE_TIME
|