| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | dump-insn.h | 14 u8 cpumode; member
|
| D | addr_location.h | 21 u8 cpumode; member
|
| D | event.c | 598 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() 663 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() 676 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() 685 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode, in thread__find_symbol_fb()
|
| D | machine.c | 1002 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in machine__process_text_poke() local 2318 u8 *cpumode, in add_callchain_ip() 2492 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_kernel_ip() local 2552 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_lbr_ip() local 2878 u8 *cpumode, int ent) in find_prev_cpumode() 2916 u8 cpumode = PERF_RECORD_MISC_USER; in thread__resolve_callchain_sample() local 3337 u8 machine__addr_cpumode(struct machine *machine, u8 cpumode, u64 addr) in machine__addr_cpumode()
|
| D | data-convert-json.c | 159 u8 cpumode = PERF_RECORD_MISC_USER; in process_sample_event() local
|
| D | thread.c | 446 u8 cpumode = PERF_RECORD_MISC_USER; in thread__memcpy() local
|
| D | sample.h | 104 u8 cpumode; member
|
| D | intel-pt.c | 758 u8 cpumode; in intel_pt_walk_next_insn() local 986 u8 cpumode; in __intel_pt_pgd_ip() local 2240 u8 cpumode; in intel_pt_do_synth_pebs_sample() local 3380 static int intel_pt_find_map(struct thread *thread, u8 cpumode, u64 addr, in intel_pt_find_map() 3394 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in intel_pt_text_poke() local
|
| D | event.h | 383 static inline bool perf_event_header__cpumode_is_guest(u8 cpumode) in perf_event_header__cpumode_is_guest()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | dump-insn.h | 14 u8 cpumode; member
|
| D | event.c | 533 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() 598 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() 611 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() 620 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode, in thread__find_symbol_fb()
|
| D | machine.c | 824 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in machine__process_text_poke() local 2088 u8 *cpumode, in add_callchain_ip() 2255 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_kernel_ip() local 2315 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_lbr_ip() local 2639 u8 *cpumode, int ent) in find_prev_cpumode() 2668 u8 cpumode = PERF_RECORD_MISC_USER; in thread__resolve_callchain_sample() local 3065 u8 machine__addr_cpumode(struct machine *machine, u8 cpumode, u64 addr) in machine__addr_cpumode()
|
| D | thread.c | 439 u8 cpumode = PERF_RECORD_MISC_USER; in thread__memcpy() local
|
| D | symbol.h | 119 u8 cpumode; member
|
| D | intel-pt.c | 571 u8 cpumode; in intel_pt_walk_next_insn() local 734 u8 cpumode; in __intel_pt_pgd_ip() local 1790 u8 cpumode; in intel_pt_synth_pebs_sample() local 2648 static int intel_pt_find_map(struct thread *thread, u8 cpumode, u64 addr, in intel_pt_find_map() 2662 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in intel_pt_text_poke() local
|
| D | sort.h | 109 u8 cpumode; member
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | kmod-path.c | 35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
|
| D | code-reading.c | 236 static int read_object_code(u64 addr, size_t len, u8 cpumode, in read_object_code()
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | kmod-path.c | 35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
|
| D | code-reading.c | 228 static int read_object_code(u64 addr, size_t len, u8 cpumode, in read_object_code()
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | intel-pt-events.py | 445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
|
| /kernel/linux/linux-6.6/tools/perf/include/perf/ |
| D | perf_dlfilter.h | 61 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-inject.c | 717 struct machine *machine, u8 cpumode, u32 flags) in dso__inject_build_id() 1177 u8 cpumode = dso__is_in_kernel_space(dso) ? in synthesize_build_id() local 1473 u8 cpumode; in guest_session__inject_events() local
|
| /kernel/linux/linux-6.6/tools/perf/dlfilters/ |
| D | dlfilter-test-api-v0.c | 60 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
|
| D | dlfilter-test-api-v2.c | 66 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
|