| /linux/tools/perf/util/ |
| H A D | dump-insn.h | 15 u8 cpumode; member
|
| H A D | addr_location.h | 19 u8 cpumode; member
|
| H A D | print_insn.c | 45 fprintf_insn_asm(struct machine * machine,struct thread * thread,u8 cpumode,bool is64bit,const uint8_t * code,size_t code_size,uint64_t ip,int * lenp,int print_opts,FILE * fp) fprintf_insn_asm() argument
|
| H A D | event.c | 694 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() argument 757 thread__find_map_fb(struct thread * thread,u8 cpumode,u64 addr,struct addr_location * al) thread__find_map_fb() argument 770 thread__find_symbol(struct thread * thread,u8 cpumode,u64 addr,struct addr_location * al) thread__find_symbol() argument 779 thread__find_symbol_fb(struct thread * thread,u8 cpumode,u64 addr,struct addr_location * al) thread__find_symbol_fb() argument [all...] |
| H A D | machine.c | 831 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; machine__process_text_poke() local 2150 add_callchain_ip(struct thread * thread,struct callchain_cursor * cursor,struct symbol ** parent,struct addr_location * root_al,u8 * cpumode,u64 ip,bool branch,struct branch_flags * flags,struct iterations * iter,u64 branch_from,bool symbols) add_callchain_ip() argument 2337 u8 cpumode = PERF_RECORD_MISC_USER; lbr_callchain_add_kernel_ip() local 2404 u8 cpumode = PERF_RECORD_MISC_USER; lbr_callchain_add_lbr_ip() local 2753 find_prev_cpumode(struct ip_callchain * chain,struct thread * thread,struct callchain_cursor * cursor,struct symbol ** parent,struct addr_location * root_al,u8 * cpumode,int ent,bool symbols) find_prev_cpumode() argument 2792 u8 cpumode = PERF_RECORD_MISC_USER; thread__resolve_callchain_sample() local 3190 machine__addr_cpumode(struct machine * machine,u8 cpumode,u64 addr) machine__addr_cpumode() argument [all...] |
| H A D | data-convert-json.c | 169 u8 cpumode = PERF_RECORD_MISC_USER; in process_sample_event() local
|
| H A D | capstone.c | 188 print_insn_x86(struct thread * thread,u8 cpumode,struct cs_insn * insn,int print_opts,FILE * fp) print_insn_x86() argument
|
| H A D | sample.h | 107 u8 cpumode; global() member
|
| H A D | annotate-data.h | 125 u8 cpumode; member
|
| H A D | thread.c | 568 u8 cpumode = PERF_RECORD_MISC_USER; 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; intel_pt_do_synth_pebs_sample() local 3632 intel_pt_find_map(struct thread * thread,u8 cpumode,u64 addr,struct addr_location * al) intel_pt_find_map() argument 3646 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; intel_pt_text_poke() local [all...] |
| H A D | event.h | 416 static inline bool perf_event_header__cpumode_is_guest(u8 cpumode) in perf_event_header__cpumode_is_guest()
|
| H A D | dso.c | 295 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() argument
|
| H A D | hist.h | 264 u8 cpumode; member
|
| H A D | hist.c | 280 he_stat__add_cpumode_period(struct he_stat * he_stat,unsigned int cpumode,u64 period) he_stat__add_cpumode_period() argument
|
| H A D | cs-etm.c | 1090 u8 cpumode; cs_etm__mem_access() local
|
| H A D | header.c | 2466 u16 cpumode; __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 | 377 read_object_code(u64 addr,size_t len,u8 cpumode,struct thread * thread,struct rb_root * tested_sections) read_object_code() argument
|
| /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 | 1099 grab_bb(u8 * buffer,u64 start,u64 end,struct machine * machine,struct thread * thread,bool * is64bit,u8 * cpumode,bool last) grab_bb() argument 1205 print_srccode(struct thread * thread,u8 cpumode,uint64_t addr) print_srccode() argument 1311 ip__fprintf_sym(uint64_t addr,struct thread * thread,u8 cpumode,int cpu,struct symbol ** lastsym,struct evsel * evsel,FILE * fp) ip__fprintf_sym() argument [all...] |
| H A D | builtin-timechart.c | 500 u8 cpumode = PERF_RECORD_MISC_USER; cat_backtrace() local
|
| H A D | builtin-inject.c | 1742 u8 cpumode; guest_session__inject_events() local [all...] |
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1613 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; python_process_auxtrace_error() local
|