Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddump-insn.h14 u8 cpumode; member
H A Daddr_location.h21 u8 cpumode; member
H A Devent.c598 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 Dmachine.c1002 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 Ddata-convert-json.c159 u8 cpumode = PERF_RECORD_MISC_USER; in process_sample_event() local
H A Dthread.c442 u8 cpumode = PERF_RECORD_MISC_USER; in thread__memcpy() local
H A Dsample.h104 u8 cpumode; member
H A Dintel-pt.c758 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 Devent.h383 static inline bool perf_event_header__cpumode_is_guest(u8 cpumode) in perf_event_header__cpumode_is_guest()
H A Dsort.h112 u8 cpumode; member
H A Ddso.c284 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module()
H A Dcs-etm.c947 u8 cpumode; in cs_etm__mem_access() local
H A Dhist.c270 unsigned int cpumode, u64 period) in he_stat__add_cpumode_period()
H A Dheader.c2267 u16 cpumode; in __event_process_build_id() local
/openbmc/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.c228 static int read_object_code(u64 addr, size_t len, u8 cpumode, in read_object_code()
/openbmc/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
/openbmc/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h61 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c717 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 Dbuiltin-script.c1038 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 Dbuiltin-timechart.c500 u8 cpumode = PERF_RECORD_MISC_USER; in cat_backtrace() local
/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c60 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
H A Ddlfilter-test-api-v2.c66 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1600 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in python_process_auxtrace_error() local