Home
last modified time | relevance | path

Searched defs:cpumode (Results 1 – 25 of 25) sorted by relevance

/linux/tools/perf/util/
H A Ddump-insn.h15 u8 cpumode; member
H A Daddr_location.h19 u8 cpumode; member
H A Dprint_insn.c45 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 Devent.c694 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 Dmachine.c831 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 Ddata-convert-json.c169 u8 cpumode = PERF_RECORD_MISC_USER; in process_sample_event() local
H A Dcapstone.c188 print_insn_x86(struct thread * thread,u8 cpumode,struct cs_insn * insn,int print_opts,FILE * fp) print_insn_x86() argument
H A Dsample.h107 u8 cpumode; global() member
H A Dannotate-data.h125 u8 cpumode; member
H A Dthread.c568 u8 cpumode = PERF_RECORD_MISC_USER; thread__memcpy() local
H A Dintel-pt.c760 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 Devent.h416 static inline bool perf_event_header__cpumode_is_guest(u8 cpumode) in perf_event_header__cpumode_is_guest()
H A Ddso.c295 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() argument
H A Dhist.h264 u8 cpumode; member
H A Dhist.c280 he_stat__add_cpumode_period(struct he_stat * he_stat,unsigned int cpumode,u64 period) he_stat__add_cpumode_period() argument
H A Dcs-etm.c1090 u8 cpumode; cs_etm__mem_access() local
H A Dheader.c2466 u16 cpumode; __event_process_build_id() local
/linux/tools/perf/tests/
H A Dkmod-path.c35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
H A Dcode-reading.c377 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 Dintel-pt-events.py445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h61 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
/linux/tools/perf/
H A Dbuiltin-script.c1099 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 Dbuiltin-timechart.c500 u8 cpumode = PERF_RECORD_MISC_USER; cat_backtrace() local
H A Dbuiltin-inject.c1742 u8 cpumode; guest_session__inject_events() local
[all...]
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1613 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; python_process_auxtrace_error() local