Searched defs:cpumode (Results 1 - 23 of 23) sorted by relevance

/linux-master/tools/perf/util/
H A Ddump-insn.h14 u8 cpumode; member in struct:perf_insn
H A Daddr_location.h21 u8 cpumode; member in struct:addr_location
H A Ddata-convert-json.c159 u8 cpumode = PERF_RECORD_MISC_USER; local
H A Dsample.h104 u8 cpumode; member in struct:perf_sample
H A Dthread.c444 u8 cpumode = PERF_RECORD_MISC_USER; local
H A Devent.h383 static inline bool perf_event_header__cpumode_is_guest(u8 cpumode) argument
H A Devent.c598 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, argument
663 thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) argument
676 thread__find_symbol(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) argument
685 thread__find_symbol_fb(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) argument
[all...]
H A Ddso.c285 bool is_kernel_module(const char *pathname, int cpumode) argument
H A Dsort.h114 u8 cpumode; member in struct:hist_entry
H A Dcs-etm.c970 u8 cpumode; local
H A Dhist.c269 he_stat__add_cpumode_period(struct he_stat *he_stat, unsigned int cpumode, u64 period) argument
H A Dmachine.c836 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; local
2141 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) argument
2318 u8 cpumode = PERF_RECORD_MISC_USER; local
2378 u8 cpumode = PERF_RECORD_MISC_USER; local
2700 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) argument
2742 u8 cpumode = PERF_RECORD_MISC_USER; local
3176 machine__addr_cpumode(struct machine *machine, u8 cpumode, u64 addr) argument
[all...]
H A Dintel-pt.c758 u8 cpumode; local
986 u8 cpumode; local
2240 u8 cpumode; local
3380 intel_pt_find_map(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) argument
3394 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; local
[all...]
H A Dheader.c2275 u16 cpumode; local
/linux-master/tools/perf/tests/
H A Dkmod-path.c35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) argument
H A Dcode-reading.c228 static int read_object_code(u64 addr, size_t len, u8 cpumode, argument
/linux-master/tools/perf/include/perf/
H A Dperf_dlfilter.h61 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c60 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
H A Ddlfilter-test-api-v2.c66 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/tools/perf/
H A Dbuiltin-timechart.c500 u8 cpumode = PERF_RECORD_MISC_USER; local
H A Dbuiltin-inject.c1177 u8 cpumode = dso__is_in_kernel_space(dso) ? local
1473 u8 cpumode; local
716 dso__inject_build_id(struct dso *dso, struct perf_tool *tool, struct machine *machine, u8 cpumode, u32 flags) argument
[all...]
H A Dbuiltin-script.c1039 grab_bb(u8 *buffer, u64 start, u64 end, struct machine *machine, struct thread *thread, bool *is64bit, u8 *cpumode, bool last) argument
1147 print_srccode(struct thread *thread, u8 cpumode, uint64_t addr) argument
1203 ip__fprintf_sym(uint64_t addr, struct thread *thread, u8 cpumode, int cpu, struct symbol **lastsym, struct perf_event_attr *attr, FILE *fp) argument
[all...]
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1613 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; local

Completed in 256 milliseconds