Home
last modified time | relevance | path

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

12

/linux-5.19.10/tools/perf/util/
Devent.c570 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() argument
580 al->cpumode = cpumode; in thread__find_map()
588 if (cpumode == PERF_RECORD_MISC_KERNEL && perf_host) { in thread__find_map()
592 } else if (cpumode == PERF_RECORD_MISC_USER && perf_host) { in thread__find_map()
594 } else if (cpumode == PERF_RECORD_MISC_GUEST_KERNEL && perf_guest) { in thread__find_map()
598 } else if (cpumode == PERF_RECORD_MISC_GUEST_USER && perf_guest) { in thread__find_map()
604 if ((cpumode == PERF_RECORD_MISC_GUEST_USER || in thread__find_map()
605 cpumode == PERF_RECORD_MISC_GUEST_KERNEL) && in thread__find_map()
608 if ((cpumode == PERF_RECORD_MISC_USER || in thread__find_map()
609 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.c961 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in machine__process_text_poke() local
969 if (cpumode != PERF_RECORD_MISC_KERNEL) { in machine__process_text_poke()
1877 if (sample->cpumode == PERF_RECORD_MISC_GUEST_KERNEL || in machine__process_mmap2_event()
1878 sample->cpumode == PERF_RECORD_MISC_KERNEL) { in machine__process_mmap2_event()
1934 if (sample->cpumode == PERF_RECORD_MISC_GUEST_KERNEL || in machine__process_mmap_event()
1935 sample->cpumode == PERF_RECORD_MISC_KERNEL) { in machine__process_mmap_event()
2212 ip__resolve_data(al->thread, al->cpumode, &mi->daddr, in sample__resolve_mem()
2250 u8 *cpumode, in add_callchain_ip() argument
2266 if (!cpumode) { in add_callchain_ip()
2272 *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.c747 u8 cpumode; in intel_pt_walk_next_insn() local
759 cpumode = intel_pt_nr_cpumode(ptq, *ip, nr); in intel_pt_walk_next_insn()
762 if ((!symbol_conf.guest_code && cpumode != PERF_RECORD_MISC_GUEST_KERNEL) || in intel_pt_walk_next_insn()
768 if (cpumode != PERF_RECORD_MISC_GUEST_KERNEL) in intel_pt_walk_next_insn()
775 if (cpumode != PERF_RECORD_MISC_KERNEL) in intel_pt_walk_next_insn()
782 if (!thread__find_map(thread, cpumode, *ip, &al) || !al.map->dso) in intel_pt_walk_next_insn()
936 u8 cpumode; in __intel_pt_pgd_ip() local
948 cpumode = PERF_RECORD_MISC_USER; in __intel_pt_pgd_ip()
954 if (!thread__find_map(thread, cpumode, ip, &al) || !al.map->dso) in __intel_pt_pgd_ip()
1597 sample->cpumode = intel_pt_cpumode(ptq, sample->ip, sample->addr); 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.c251 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() argument
254 int mode = cpumode & PERF_RECORD_MISC_CPUMODE_MASK; in is_kernel_module()
256 WARN_ONCE(mode != cpumode, in is_kernel_module()
258 cpumode); in is_kernel_module()
Dsort.h112 u8 cpumode; member
Dsymbol.h130 u8 cpumode; member
Dcs-etm.c698 u8 cpumode; in cs_etm__mem_access() local
710 cpumode = cs_etm__cpu_mode(etmq, address); in cs_etm__mem_access()
717 if (cpumode != PERF_RECORD_MISC_KERNEL) in cs_etm__mem_access()
722 if (!thread__find_map(thread, cpumode, address, &al) || !al.map->dso) in cs_etm__mem_access()
1187 sample.cpumode = event->sample.header.misc; in cs_etm__synth_instruction_sample()
1246 sample.cpumode = event->sample.header.misc; in cs_etm__synth_branch_sample()
/linux-5.19.10/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()
Dhists_link.c81 sample.cpumode = PERF_RECORD_MISC_USER; in add_hist_entries()
/linux-5.19.10/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-5.19.10/tools/perf/
Dbuiltin-script.c895 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
896 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack()
939 thread__find_symbol_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstacksym()
940 thread__find_symbol_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym()
981 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) && in perf_sample__fprintf_brstackoff()
985 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) && in perf_sample__fprintf_brstackoff()
1010 bool *is64bit, u8 *cpumode, bool last) in grab_bb() argument
1021 *cpumode = PERF_RECORD_MISC_KERNEL; in grab_bb()
1023 *cpumode = PERF_RECORD_MISC_USER; in grab_bb()
1045 if (!thread__find_map(thread, *cpumode, start, &al) || !al.map->dso) { in grab_bb()
[all …]
Dbuiltin-inject.c71 struct machine *machine, u8 cpumode, u32 flags);
393 dso__inject_build_id(dso, tool, machine, sample->cpumode, 0); in perf_event__repipe_buildid_mmap()
480 dso__inject_build_id(dso, tool, machine, sample->cpumode, in perf_event__repipe_buildid_mmap2()
574 struct machine *machine, u8 cpumode, u32 flags) in dso__inject_build_id() argument
588 err = perf_event__synthesize_build_id(tool, dso, cpumode, in dso__inject_build_id()
613 if (thread__find_map(thread, sample->cpumode, sample->ip, &al)) { in perf_event__inject_buildid()
617 sample->cpumode, al.map->flags); in perf_event__inject_buildid()
Dbuiltin-timechart.c482 u8 cpumode = PERF_RECORD_MISC_USER; in cat_backtrace() local
512 cpumode = PERF_RECORD_MISC_HYPERVISOR; in cat_backtrace()
515 cpumode = PERF_RECORD_MISC_KERNEL; in cat_backtrace()
518 cpumode = PERF_RECORD_MISC_USER; in cat_backtrace()
535 if (thread__find_symbol(al.thread, cpumode, ip, &tal)) in cat_backtrace()
/linux-5.19.10/tools/perf/include/perf/
Dperf_dlfilter.h55 __u8 cpumode; /* Refer CPUMODE_MASK etc in <linux/perf_event.h> */ member
/linux-5.19.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c534 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
540 thread__find_map_fb(thread, sample->cpumode, in python_process_brstack()
605 thread__find_symbol_fb(thread, sample->cpumode, in python_process_brstacksym()
611 thread__find_symbol_fb(thread, sample->cpumode, in python_process_brstacksym()
865 _PyLong_FromLong((unsigned long)sample->cpumode)); in get_perf_sample_dict()
1547 u8 cpumode = e->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in python_process_auxtrace_error() local
1572 tuple_set_u32(t, 8, cpumode); in python_process_auxtrace_error()

12