/openbmc/linux/tools/perf/util/ |
H A D | dump-insn.h | 14 u8 cpumode; member
|
H A D | addr_location.h | 21 u8 cpumode; member
|
H A 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()
|
H A D | machine.c | 1002 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in machine__process_text_poke() local 2322 u8 *cpumode, in add_callchain_ip() 2496 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_kernel_ip() local 2556 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_lbr_ip() local 2882 u8 *cpumode, int ent) in find_prev_cpumode() 2920 u8 cpumode = PERF_RECORD_MISC_USER; in thread__resolve_callchain_sample() local 3341 u8 machine__addr_cpumode(struct machine *machine, u8 cpumode, u64 addr) in machine__addr_cpumode()
|
H A D | data-convert-json.c | 159 u8 cpumode = PERF_RECORD_MISC_USER; in process_sample_event() local
|
H A D | thread.c | 442 u8 cpumode = PERF_RECORD_MISC_USER; in thread__memcpy() local
|
H A D | sample.h | 104 u8 cpumode; member
|
H A D | intel-pt.c | 758 u8 cpumode; in intel_pt_walk_next_insn() local 988 u8 cpumode; in __intel_pt_pgd_ip() local 2242 u8 cpumode; in intel_pt_do_synth_pebs_sample() local 3382 static int intel_pt_find_map(struct thread *thread, u8 cpumode, u64 addr, in intel_pt_find_map() 3396 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in intel_pt_text_poke() local
|
H A D | event.h | 383 static inline bool perf_event_header__cpumode_is_guest(u8 cpumode) in perf_event_header__cpumode_is_guest()
|
H A D | sort.h | 112 u8 cpumode; member
|
H A D | dso.c | 284 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module()
|
H A D | cs-etm.c | 947 u8 cpumode; in cs_etm__mem_access() local
|
H A D | hist.c | 270 unsigned int cpumode, u64 period) in he_stat__add_cpumode_period()
|
H A D | header.c | 2267 u16 cpumode; in __event_process_build_id() local
|
/openbmc/linux/tools/perf/tests/ |
H A D | kmod-path.c | 35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
|
H A D | code-reading.c | 228 static int read_object_code(u64 addr, size_t len, u8 cpumode, in read_object_code()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
|
/openbmc/linux/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 61 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
|
/openbmc/linux/tools/perf/ |
H A 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
|
H A D | builtin-script.c | 1038 bool *is64bit, u8 *cpumode, bool last) in grab_bb() 1144 static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr) in print_srccode() 1189 u8 cpumode, int cpu, struct symbol **lastsym, in ip__fprintf_sym()
|
H A D | builtin-timechart.c | 500 u8 cpumode = PERF_RECORD_MISC_USER; in cat_backtrace() local
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v0.c | 60 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
|
H A D | dlfilter-test-api-v2.c | 66 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1600 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in python_process_auxtrace_error() local
|