Searched defs:cpumode (Results  1 – 16 of 16) sorted by relevance
| /Linux-v5.4/tools/perf/util/ | 
| D | event.c | 457 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,  in thread__find_map()522 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr,  in thread__find_map_fb()
 535 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,  in thread__find_symbol()
 544 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode,  in thread__find_symbol_fb()
 
 | 
| D | dump-insn.h | 14 	u8	      cpumode;  member
 | 
| D | machine.c | 2034 			    u8 *cpumode,  in add_callchain_ip()2202 	u8 cpumode = PERF_RECORD_MISC_USER;  in resolve_lbr_callchain_sample()  local
 2283 			     u8 *cpumode, int ent)  in find_prev_cpumode()
 2311 	u8 cpumode = PERF_RECORD_MISC_USER;  in thread__resolve_callchain_sample()  local
 2701 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 | 128 	u8	      cpumode;  member
 | 
| D | sort.h | 104 	u8			cpumode;  member
 | 
| D | event.h | 135 	u8  cpumode;  member
 | 
| D | intel-pt.c | 526 	u8 cpumode;  in intel_pt_walk_next_insn()  local687 	u8 cpumode;  in __intel_pt_pgd_ip()  local
 1709 	u8 cpumode;  in intel_pt_synth_pebs_sample()  local
 
 | 
| D | dso.c | 232 bool is_kernel_module(const char *pathname, int cpumode)  in is_kernel_module()
 | 
| D | cs-etm.c | 641 	u8  cpumode;  in cs_etm__mem_access()  local
 | 
| D | hist.c | 241 					unsigned int cpumode, u64 period)  in he_stat__add_cpumode_period()
 | 
| D | header.c | 1901 	u16 cpumode;  in __event_process_build_id()  local
 | 
| /Linux-v5.4/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 | 235 static int read_object_code(u64 addr, size_t len, u8 cpumode,  in read_object_code()
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-script.c | 877 		    bool *is64bit, u8 *cpumode, bool last)  in grab_bb()935 static int print_srccode(struct thread *thread, u8 cpumode, uint64_t addr)  in print_srccode()
 971 			   u8 cpumode, int cpu, struct symbol **lastsym,  in ip__fprintf_sym()
 
 | 
| D | builtin-timechart.c | 481 	u8 cpumode = PERF_RECORD_MISC_USER;  in cat_backtrace()  local
 |