| /OK3568_Linux_fs/kernel/tools/perf/tests/attr/ |
| H A D | test-record-data | 8 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | trace_event_user.c | 262 .sample_type = PERF_SAMPLE_ADDR, in test_bpf_perf_event()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | sample-parsing.c | 53 if (type & PERF_SAMPLE_ADDR) in samples_same()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | perf_event.h | 127 PERF_SAMPLE_ADDR = 1U << 3, enumerator
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | event.h | 39 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
| H A D | db-export.c | 392 if ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in db_export__sample()
|
| H A D | cs-etm.c | 1336 attr.sample_type |= PERF_SAMPLE_ADDR; in cs_etm__synth_events() 1344 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in cs_etm__synth_events()
|
| H A D | intel-bts.c | 814 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_bts_synth_events()
|
| H A D | synthetic-events.c | 1321 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size() 1456 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
|
| H A D | intel-pt.c | 1871 if (sample_type & PERF_SAMPLE_ADDR && items->has_mem_access_address) in intel_pt_synth_pebs_sample() 3020 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_pt_synth_events() 3028 attr.sample_type &= ~(u64)PERF_SAMPLE_ADDR; in intel_pt_synth_events()
|
| H A D | evsel.c | 147 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos() 2155 if (type & PERF_SAMPLE_ADDR) { in evsel__parse_sample()
|
| /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 | 127 PERF_SAMPLE_ADDR = 1U << 3, 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 | 127 PERF_SAMPLE_ADDR = 1U << 3, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | perf_event.h | 127 PERF_SAMPLE_ADDR = 1U << 3, enumerator
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | ds.c | 967 #define PERF_PEBS_MEMINFO_TYPE (PERF_SAMPLE_ADDR | PERF_SAMPLE_DATA_SRC | \ 1459 if ((sample_type & (PERF_SAMPLE_ADDR | PERF_SAMPLE_PHYS_ADDR)) && in setup_pebs_fixed_sample_data() 1587 if (sample_type & (PERF_SAMPLE_ADDR | PERF_SAMPLE_PHYS_ADDR)) in setup_pebs_adaptive_sample_data() 2088 ~(PERF_SAMPLE_ADDR | in intel_ds_init()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-script.c | 439 evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", PERF_OUTPUT_ADDR, allow_user_set)) in evsel__check_attr() 451 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr() 463 !(evsel->core.attr.sample_type & (PERF_SAMPLE_IP|PERF_SAMPLE_ADDR))) { in evsel__check_attr() 1469 ((evsel->core.attr.sample_type & PERF_SAMPLE_ADDR) && in perf_sample__fprintf_bts()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | perf_event.h | 130 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | core-book3s.c | 2197 (PERF_SAMPLE_ADDR | PERF_SAMPLE_PHYS_ADDR)) in record_and_restart()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-intel-pt.txt | 996 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 1875 if (sample_type & PERF_SAMPLE_ADDR) in __perf_event_header_size() 6877 if (sample_type & PERF_SAMPLE_ADDR) in perf_output_sample()
|