Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/perf/util/
Devent.c552 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() argument
562 al->cpumode = cpumode; in thread__find_map()
570 if (cpumode == PERF_RECORD_MISC_KERNEL && perf_host) { in thread__find_map()
574 } else if (cpumode == PERF_RECORD_MISC_USER && perf_host) { in thread__find_map()
576 } else if (cpumode == PERF_RECORD_MISC_GUEST_KERNEL && perf_guest) { in thread__find_map()
580 } else if (cpumode == PERF_RECORD_MISC_GUEST_USER && perf_guest) { in thread__find_map()
586 if ((cpumode == PERF_RECORD_MISC_GUEST_USER || in thread__find_map()
587 cpumode == PERF_RECORD_MISC_GUEST_KERNEL) && in thread__find_map()
590 if ((cpumode == PERF_RECORD_MISC_USER || in thread__find_map()
591 cpumode == PERF_RECORD_MISC_KERNEL) && in thread__find_map()
[all …]
Dthread.h112 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr,
114 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr,
117 struct symbol *thread__find_symbol(struct thread *thread, u8 cpumode,
119 struct symbol *thread__find_symbol_fb(struct thread *thread, u8 cpumode,
Ddata-convert-json.c152 u8 cpumode = PERF_RECORD_MISC_USER; in process_sample_event() local
188 cpumode = PERF_RECORD_MISC_HYPERVISOR; in process_sample_event()
191 cpumode = PERF_RECORD_MISC_KERNEL; in process_sample_event()
194 cpumode = PERF_RECORD_MISC_USER; in process_sample_event()
209 ok = thread__find_symbol(al.thread, cpumode, ip, &tal); in process_sample_event()
Dmachine.c852 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in machine__process_text_poke() local
860 if (cpumode != PERF_RECORD_MISC_KERNEL) { in machine__process_text_poke()
1768 if (sample->cpumode == PERF_RECORD_MISC_GUEST_KERNEL || in machine__process_mmap2_event()
1769 sample->cpumode == PERF_RECORD_MISC_KERNEL) { in machine__process_mmap2_event()
1825 if (sample->cpumode == PERF_RECORD_MISC_GUEST_KERNEL || in machine__process_mmap_event()
1826 sample->cpumode == PERF_RECORD_MISC_KERNEL) { in machine__process_mmap_event()
2099 ip__resolve_data(al->thread, al->cpumode, &mi->daddr, in sample__resolve_mem()
2137 u8 *cpumode, in add_callchain_ip() argument
2153 if (!cpumode) { in add_callchain_ip()
2159 *cpumode = PERF_RECORD_MISC_HYPERVISOR; in add_callchain_ip()
[all …]
Ddump-insn.h14 u8 cpumode; member
Ds390-cpumsf.c510 .cpumode = PERF_RECORD_MISC_CPUMODE_UNKNOWN, in s390_cpumsf_make_event()
518 sample.cpumode = basic->P ? PERF_RECORD_MISC_USER in s390_cpumsf_make_event()
521 sample.cpumode = basic->P ? PERF_RECORD_MISC_GUEST_USER in s390_cpumsf_make_event()
525 sample.cpumode = basic->P ? PERF_RECORD_MISC_GUEST_USER in s390_cpumsf_make_event()
528 sample.cpumode = basic->P ? PERF_RECORD_MISC_USER in s390_cpumsf_make_event()
532 event.sample.header.misc = sample.cpumode; in s390_cpumsf_make_event()
537 sample.tid, sample.cpumode, sample.cpu); in s390_cpumsf_make_event()
Dthread.c439 u8 cpumode = PERF_RECORD_MISC_USER; in thread__memcpy() local
444 cpumode = PERF_RECORD_MISC_KERNEL; in thread__memcpy()
446 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso || in thread__memcpy()
Dintel-pt.c693 u8 cpumode; in intel_pt_walk_next_insn() local
705 cpumode = intel_pt_nr_cpumode(ptq, *ip, nr); in intel_pt_walk_next_insn()
708 if (cpumode != PERF_RECORD_MISC_GUEST_KERNEL || in intel_pt_walk_next_insn()
716 if (cpumode != PERF_RECORD_MISC_KERNEL) in intel_pt_walk_next_insn()
723 if (!thread__find_map(thread, cpumode, *ip, &al) || !al.map->dso) in intel_pt_walk_next_insn()
866 u8 cpumode; in __intel_pt_pgd_ip() local
878 cpumode = PERF_RECORD_MISC_USER; in __intel_pt_pgd_ip()
884 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso) in __intel_pt_pgd_ip()
1495 sample->cpumode = intel_pt_cpumode(ptq, sample->ip, sample->addr); in intel_pt_prep_b_sample()
1499 event->sample.header.misc = sample->cpumode; in intel_pt_prep_b_sample()
[all …]
Ddlfilter.c169 thread__find_symbol_fb(thread, d->sample->cpumode, address, &al); in dlfilter__resolve_address()
269 thread__find_map_fb(al->thread, d->sample->cpumode, ip, &a); in dlfilter__object_code()
494 ASSIGN(cpumode); in dlfilter__do_filter_event()
Dcallchain.c1124 al->cpumode = PERF_RECORD_MISC_KERNEL; in fill_callchain_info()
1127 al->cpumode = PERF_RECORD_MISC_GUEST_KERNEL; in fill_callchain_info()
1132 al->cpumode = PERF_RECORD_MISC_USER; in fill_callchain_info()
1135 al->cpumode = PERF_RECORD_MISC_GUEST_USER; in fill_callchain_info()
1138 al->cpumode = PERF_RECORD_MISC_HYPERVISOR; in fill_callchain_info()
Ddso.c250 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() argument
253 int mode = cpumode & PERF_RECORD_MISC_CPUMODE_MASK; in is_kernel_module()
255 WARN_ONCE(mode != cpumode, in is_kernel_module()
257 cpumode); in is_kernel_module()
Dsort.h112 u8 cpumode; member
Dsymbol.h119 u8 cpumode; member
Dcs-etm.c700 u8 cpumode; in cs_etm__mem_access() local
712 cpumode = cs_etm__cpu_mode(etmq, address); in cs_etm__mem_access()
719 if (cpumode != PERF_RECORD_MISC_KERNEL) in cs_etm__mem_access()
724 if (!thread__find_map(thread, cpumode, address, &al) || !al.map->dso) in cs_etm__mem_access()
1189 sample.cpumode = event->sample.header.misc; in cs_etm__synth_instruction_sample()
1248 sample.cpumode = event->sample.header.misc; in cs_etm__synth_branch_sample()
Ddso.h273 bool is_kernel_module(const char *pathname, int cpumode);
/Linux-v5.15/tools/perf/tests/
Dkmod-path.c35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module() argument
38 (!!is_kernel_module(path, cpumode)) == (!!expect)); in test_is_kernel_module()
40 path, cpumode, expect ? "true" : "false"); in test_is_kernel_module()
Dcode-reading.c228 static int read_object_code(u64 addr, size_t len, u8 cpumode, in read_object_code() argument
243 if (!thread__find_map(thread, cpumode, addr, &al) || !al.map->dso) { in read_object_code()
244 if (cpumode == PERF_RECORD_MISC_HYPERVISOR) { in read_object_code()
328 if (cpumode == PERF_RECORD_MISC_KERNEL || in read_object_code()
329 cpumode == PERF_RECORD_MISC_GUEST_KERNEL) { in read_object_code()
384 ret = read_object_code(sample.ip, READLEN, sample.cpumode, thread, state); in process_sample_event()
Dhists_common.c109 .cpumode = PERF_RECORD_MISC_USER, in setup_fake_machine()
Dhists_filter.c76 sample.cpumode = PERF_RECORD_MISC_USER; in add_hist_entries()
/Linux-v5.15/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c60 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
197 .cpumode = PERF_RECORD_MISC_USER, in check_sample()
213 CHECK_SAMPLE(cpumode); in check_sample()
/Linux-v5.15/tools/perf/
Dbuiltin-script.c872 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
873 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack()
920 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
921 thread__find_symbol_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym()
966 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff()
970 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
999 bool *is64bit, u8 *cpumode, bool last) in grab_bb() argument
1010 *cpumode = PERF_RECORD_MISC_KERNEL; in grab_bb()
1012 *cpumode = PERF_RECORD_MISC_USER; in grab_bb()
1034 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) { in grab_bb()
[all …]
Dbuiltin-inject.c66 struct machine *machine, u8 cpumode, u32 flags);
387 dso__inject_build_id(dso, tool, machine, sample->cpumode, 0); in perf_event__repipe_buildid_mmap()
474 dso__inject_build_id(dso, tool, machine, sample->cpumode, in perf_event__repipe_buildid_mmap2()
562 struct machine *machine, u8 cpumode, u32 flags) in dso__inject_build_id() argument
576 err = perf_event__synthesize_build_id(tool, dso, cpumode, in dso__inject_build_id()
601 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
605 sample->cpumode, al.map->flags); in perf_event__inject_buildid()
Dbuiltin-timechart.c481 u8 cpumode = PERF_RECORD_MISC_USER; in cat_backtrace() local
511 cpumode = PERF_RECORD_MISC_HYPERVISOR; in cat_backtrace()
514 cpumode = PERF_RECORD_MISC_KERNEL; in cat_backtrace()
517 cpumode = PERF_RECORD_MISC_USER; in cat_backtrace()
534 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()
/Linux-v5.15/tools/perf/include/perf/
Dperf_dlfilter.h55 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
/Linux-v5.15/tools/perf/util/scripting-engines/
Dtrace-event-python.c502 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
508 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
585 thread__find_symbol_fb(thread, sample->cpumode, in python_process_brstacksym()
591 thread__find_symbol_fb(thread, sample->cpumode, in python_process_brstacksym()
833 _PyLong_FromLong((unsigned long)sample->cpumode)); in get_perf_sample_dict()
1510 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in python_process_auxtrace_error() local
1535 tuple_set_u32(t, 8, cpumode); in python_process_auxtrace_error()

12