/linux/tools/perf/util/ |
H A D | print_insn.c | 84 static size_t print_insn_x86(struct thread *thread, u8 cpumode, cs_insn *insn, in print_insn_x86() 122 ssize_t fprintf_insn_asm(struct machine *machine, struct thread *thread, u8 cpumode, in fprintf_insn_asm()
|
H A D | dump-insn.h | 15 u8 cpumode; member
|
H A D | event.c | 641 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() 706 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() 719 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode, in thread__find_symbol() 728 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode, in thread__find_symbol_fb()
|
H A D | addr_location.h | 21 u8 cpumode; global() member
|
H A D | machine.c | 831 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in machine__process_text_poke() local 2097 u8 *cpumode, in add_callchain_ip() 2278 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_kernel_ip() local 2345 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_lbr_ip() local 2681 u8 *cpumode, int ent, bool symbols) in find_prev_cpumode() 2720 u8 cpumode = PERF_RECORD_MISC_USER; in thread__resolve_callchain_sample() local 3160 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 | sample.h | 104 u8 cpumode; member
|
H A D | thread.c | 543 u8 cpumode = PERF_RECORD_MISC_USER; in thread__memcpy() local
|
H A D | intel-pt.c | 760 u8 cpumode; in intel_pt_walk_next_insn() local 990 u8 cpumode; in __intel_pt_pgd_ip() local 2423 u8 cpumode; in intel_pt_do_synth_pebs_sample() local 3632 static int intel_pt_find_map(struct thread *thread, u8 cpumode, u64 addr, in intel_pt_find_map() 3646 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in intel_pt_text_poke() local
|
H A D | event.h | 394 static inline bool perf_event_header__cpumode_is_guest(u8 cpumode) in perf_event_header__cpumode_is_guest()
|
H A D | dso.c | 294 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module()
|
H A D | hist.h | 264 u8 cpumode; member
|
H A D | cs-etm.c | 1084 u8 cpumode; cs_etm__mem_access() local
|
H A D | hist.c | 280 unsigned int cpumode, u64 period) in he_stat__add_cpumode_period()
|
H A D | header.c | 2263 u16 cpumode; in __event_process_build_id() local
|
/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 | 318 static int read_object_code(u64 addr, size_t len, u8 cpumode, in read_object_code()
|
/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
|
/linux/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 61 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
|
/linux/tools/perf/ |
H A D | builtin-script.c | 1098 bool *is64bit, u8 *cpumode, bool last) in grab_bb() 1204 static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr) in print_srccode() 1312 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
|
H A D | builtin-inject.c | 1668 u8 cpumode; in guest_session__inject_events() local
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1605 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in python_process_auxtrace_error() local
|