/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_mr.h | 264 char machine[MACHINE_LENGTH]; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 46 static struct dso *machine__kernel_dso(struct machine *machine) in machine__kernel_dso() argument 58 static void machine__threads_init(struct machine *machine) in machine__threads_init() argument 72 static int machine__set_mmap_name(struct machine *machin argument 85 machine__init(struct machine *machine, const char *root_dir, pid_t pid) machine__init() argument 140 struct machine *machine = malloc(sizeof(*machine)); machine__new_host() local 157 struct machine *machine = machine__new_host(); machine__new_kallsyms() local 194 machine__delete_threads(struct machine *machine) machine__delete_threads() argument 213 machine__exit(struct machine *machine) machine__exit() argument 246 machine__delete(struct machine *machine) machine__delete() argument 271 struct machine *pos, *machine = malloc(sizeof(*machine)); machines__add() local 306 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__set_comm_exec() local 316 struct machine *machine; machines__find() local 342 struct machine *machine = machines__find(machines, pid); machines__findnew() local 386 struct machine *machine; machines__set_id_hdr_size() local 399 machine__update_thread_pid(struct machine *machine, struct thread *th, pid_t pid) machine__update_thread_pid() argument 452 __threads__get_last_match(struct threads *threads, struct machine *machine, int pid, int tid) __threads__get_last_match() argument 471 threads__get_last_match(struct threads *threads, struct machine *machine, int pid, int tid) threads__get_last_match() argument 499 ____machine__findnew_thread(struct machine *machine, struct threads *threads, pid_t pid, pid_t tid, bool create) ____machine__findnew_thread() argument 563 __machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) __machine__findnew_thread() argument 568 machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) machine__findnew_thread() argument 580 machine__find_thread(struct machine *machine, pid_t pid, pid_t tid) machine__find_thread() argument 592 machine__thread_exec_comm(struct machine *machine, struct thread *thread) machine__thread_exec_comm() argument 601 machine__process_comm_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_comm_event() argument 658 machine__process_cgroup_event(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_cgroup_event() argument 690 machine__findnew_module_dso(struct machine *machine, struct kmod_path *m, const char *filename) machine__findnew_module_dso() argument 739 machine__process_ksymbol_register(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_ksymbol_register() argument 785 machine__process_ksymbol_unregister(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_ksymbol_unregister() argument 820 machine__process_text_poke(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_text_poke() argument 861 machine__addnew_module_map(struct machine *machine, u64 start, const char *filename) machine__addnew_module_map() argument 922 machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp) machine__fprintf_vmlinux_path() argument 942 machine__fprintf(struct machine *machine, FILE *fp) machine__fprintf() argument 967 machine__get_kernel(struct machine *machine) machine__get_kernel() argument 997 machine__get_kallsyms_filename(struct machine *machine, char *buf, size_t bufsz) machine__get_kallsyms_filename() argument 1012 machine__get_running_kernel_start(struct machine *machine, const char **symbol_name, u64 *start, u64 *end) machine__get_running_kernel_start() argument 1047 machine__create_extra_kernel_map(struct machine *machine, struct dso *kernel, struct extra_kernel_map *xm) machine__create_extra_kernel_map() argument 1107 machine__map_x86_64_entry_trampolines(struct machine *machine, struct dso *kernel) machine__map_x86_64_entry_trampolines() argument 1170 __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) __machine__create_kernel_maps() argument 1184 machine__destroy_kernel_maps(struct machine *machine) machine__destroy_kernel_maps() argument 1268 struct machine *machine = machines__findnew(machines, pid); machines__create_kernel_maps() local 1276 machine__load_kallsyms(struct machine *machine, const char *filename) machine__load_kallsyms() argument 1294 machine__load_vmlinux_path(struct machine *machine) machine__load_vmlinux_path() argument 1423 machine__set_modules_path(struct machine *machine) machine__set_modules_path() argument 1448 struct machine *machine = arg; machine__create_module() local 1464 machine__create_modules(struct machine *machine) machine__create_modules() argument 1490 machine__set_kernel_mmap(struct machine *machine, u64 start, u64 end) machine__set_kernel_mmap() argument 1503 machine__update_kernel_mmap(struct machine *machine, u64 start, u64 end) machine__update_kernel_mmap() argument 1517 machine__create_kernel_maps(struct machine *machine) machine__create_kernel_maps() argument 1571 machine__uses_kcore(struct machine *machine) machine__uses_kcore() argument 1583 perf_event__is_extra_kernel_mmap(struct machine *machine, union perf_event *event) perf_event__is_extra_kernel_mmap() argument 1590 machine__process_extra_kernel_map(struct machine *machine, union perf_event *event) machine__process_extra_kernel_map() argument 1608 machine__process_kernel_mmap_event(struct machine *machine, union perf_event *event) machine__process_kernel_mmap_event() argument 1719 machine__process_mmap2_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_mmap2_event() argument 1775 machine__process_mmap_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_mmap_event() argument 1826 __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) __machine__remove_thread() argument 1859 machine__remove_thread(struct machine *machine, struct thread *th) machine__remove_thread() argument 1864 machine__process_fork_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_fork_event() argument 1930 machine__process_exit_event(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_exit_event() argument 1948 machine__process_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_event() argument 2927 machine__for_each_thread(struct machine *machine, int (*fn)(struct thread *thread, void *p), void *priv) machine__for_each_thread() argument 2968 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__for_each_thread() local 2977 machine__get_current_tid(struct machine *machine, int cpu) machine__get_current_tid() argument 2987 machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, pid_t tid) machine__set_current_tid() argument 3028 machine__is(struct machine *machine, const char *arch) machine__is() argument 3033 machine__nr_cpus_avail(struct machine *machine) machine__nr_cpus_avail() argument 3038 machine__get_kernel_start(struct machine *machine) machine__get_kernel_start() argument 3065 machine__addr_cpumode(struct machine *machine, u8 cpumode, u64 addr) machine__addr_cpumode() argument 3092 machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *id) machine__findnew_dso_id() argument 3097 machine__findnew_dso(struct machine *machine, const char *filename) machine__findnew_dso() argument 3104 struct machine *machine = vmachine; machine__resolve_kernel_addr() local 3116 machine__for_each_dso(struct machine *machine, machine__dso_t fn, void *priv) machine__for_each_dso() argument [all...] |
H A D | symbol.c | 805 struct machine *machine; in maps__split_kallsyms() local 1301 struct machine *machine; dso__load_kcore() local 1774 struct machine *machine = NULL; dso__load() local 2270 struct machine *machine = map__kmaps(map)->machine; dso__load_guest_kernel_sym() local [all...] |
H A D | header.c | 2056 struct machine *machine; in __event_process_build_id() local
|
H A D | intel-pt.c | 60 struct machine *machine; member 500 static int intel_pt_cache_add(struct dso *dso, struct machine *machin argument 467 intel_pt_cache_size(struct dso *dso, struct machine *machine) intel_pt_cache_size() argument 481 intel_pt_cache(struct dso *dso, struct machine *machine) intel_pt_cache() argument 531 intel_pt_cache_lookup(struct dso *dso, struct machine *machine, u64 offset) intel_pt_cache_lookup() argument 541 intel_pt_cache_invalidate(struct dso *dso, struct machine *machine, u64 offset) intel_pt_cache_invalidate() argument 565 struct machine *machine = ptq->pt->machine; intel_pt_walk_next_insn() local 2099 struct machine *machine = pt->machine; intel_pt_switch_ip() local 2668 struct machine *machine = pt->machine; intel_pt_text_poke() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_mr.h | 268 char machine[MACHINE_LENGTH]; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 49 static struct dso *machine__kernel_dso(struct machine *machine) in machine__kernel_dso() argument 61 static void machine__threads_init(struct machine *machine) in machine__threads_init() argument 91 static int machine__set_mmap_name(struct machine *machin argument 112 machine__init(struct machine *machine, const char *root_dir, pid_t pid) machine__init() argument 169 struct machine *machine = malloc(sizeof(*machine)); machine__new_host() local 186 struct machine *machine = machine__new_host(); machine__new_kallsyms() local 223 machine__delete_threads(struct machine *machine) machine__delete_threads() argument 242 machine__exit(struct machine *machine) machine__exit() argument 266 machine__delete(struct machine *machine) machine__delete() argument 291 struct machine *pos, *machine = malloc(sizeof(*machine)); machines__add() local 328 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__set_comm_exec() local 338 struct machine *machine; machines__find() local 364 struct machine *machine = machines__find(machines, pid); machines__findnew() local 396 struct machine *machine = machines__find(machines, pid); machines__find_guest() local 428 findnew_guest_code(struct machine *machine, struct machine *host_machine, pid_t pid) findnew_guest_code() argument 472 struct machine *machine = machines__findnew(machines, pid); machines__findnew_guest_code() local 477 machine__findnew_guest_code(struct machine *machine, pid_t pid) machine__findnew_guest_code() argument 504 struct machine *machine; machines__set_id_hdr_size() local 517 machine__update_thread_pid(struct machine *machine, struct thread *th, pid_t pid) machine__update_thread_pid() argument 570 __threads__get_last_match(struct threads *threads, struct machine *machine, int pid, int tid) __threads__get_last_match() argument 589 threads__get_last_match(struct threads *threads, struct machine *machine, int pid, int tid) threads__get_last_match() argument 618 ____machine__findnew_thread(struct machine *machine, struct threads *threads, pid_t pid, pid_t tid, bool create) ____machine__findnew_thread() argument 691 __machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) __machine__findnew_thread() argument 696 machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) machine__findnew_thread() argument 708 machine__find_thread(struct machine *machine, pid_t pid, pid_t tid) machine__find_thread() argument 727 machine__idle_thread(struct machine *machine) machine__idle_thread() argument 738 machine__thread_exec_comm(struct machine *machine, struct thread *thread) machine__thread_exec_comm() argument 747 machine__process_comm_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_comm_event() argument 804 machine__process_cgroup_event(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_cgroup_event() argument 836 machine__findnew_module_dso(struct machine *machine, struct kmod_path *m, const char *filename) machine__findnew_module_dso() argument 893 machine__process_ksymbol_register(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_ksymbol_register() argument 961 machine__process_ksymbol_unregister(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_ksymbol_unregister() argument 998 machine__process_text_poke(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_text_poke() argument 1040 machine__addnew_module_map(struct machine *machine, u64 start, const char *filename) machine__addnew_module_map() argument 1104 machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp) machine__fprintf_vmlinux_path() argument 1124 machine__fprintf(struct machine *machine, FILE *fp) machine__fprintf() argument 1149 machine__get_kernel(struct machine *machine) machine__get_kernel() argument 1175 machine__get_kallsyms_filename(struct machine *machine, char *buf, size_t bufsz) machine__get_kallsyms_filename() argument 1190 machine__get_running_kernel_start(struct machine *machine, const char **symbol_name, u64 *start, u64 *end) machine__get_running_kernel_start() argument 1227 machine__create_extra_kernel_map(struct machine *machine, struct dso *kernel, struct extra_kernel_map *xm) machine__create_extra_kernel_map() argument 1290 machine__map_x86_64_entry_trampolines(struct machine *machine, struct dso *kernel) machine__map_x86_64_entry_trampolines() argument 1353 __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) __machine__create_kernel_maps() argument 1368 machine__destroy_kernel_maps(struct machine *machine) machine__destroy_kernel_maps() argument 1452 struct machine *machine = machines__findnew(machines, pid); machines__create_kernel_maps() local 1460 machine__load_kallsyms(struct machine *machine, const char *filename) machine__load_kallsyms() argument 1479 machine__load_vmlinux_path(struct machine *machine) machine__load_vmlinux_path() argument 1611 machine__set_modules_path(struct machine *machine) machine__set_modules_path() argument 1636 struct machine *machine = arg; machine__create_module() local 1652 machine__create_modules(struct machine *machine) machine__create_modules() argument 1678 machine__set_kernel_mmap(struct machine *machine, u64 start, u64 end) machine__set_kernel_mmap() argument 1691 machine__update_kernel_mmap(struct machine *machine, u64 start, u64 end) machine__update_kernel_mmap() argument 1709 machine__create_kernel_maps(struct machine *machine) machine__create_kernel_maps() argument 1767 machine__uses_kcore(struct machine *machine) machine__uses_kcore() argument 1779 perf_event__is_extra_kernel_mmap(struct machine *machine, struct extra_kernel_map *xm) perf_event__is_extra_kernel_mmap() argument 1786 machine__process_extra_kernel_map(struct machine *machine, struct extra_kernel_map *xm) machine__process_extra_kernel_map() argument 1797 machine__process_kernel_mmap_event(struct machine *machine, struct extra_kernel_map *xm, struct build_id *bid) machine__process_kernel_mmap_event() argument 1926 machine__process_mmap2_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_mmap2_event() argument 1995 machine__process_mmap_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_mmap_event() argument 2053 __machine__remove_thread(struct machine *machine, struct thread_rb_node *nd, struct thread *th, bool lock) __machine__remove_thread() argument 2080 machine__remove_thread(struct machine *machine, struct thread *th) machine__remove_thread() argument 2085 machine__process_fork_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_fork_event() argument 2151 machine__process_exit_event(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) machine__process_exit_event() argument 2167 machine__process_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) machine__process_event() argument 3212 machine__for_each_thread(struct machine *machine, int (*fn)(struct thread *thread, void *p), void *priv) machine__for_each_thread() argument 3247 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__for_each_thread() local 3256 machine__get_current_tid(struct machine *machine, int cpu) machine__get_current_tid() argument 3264 machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, pid_t tid) machine__set_current_tid() argument 3295 machine__is(struct machine *machine, const char *arch) machine__is() argument 3300 machine__normalized_is(struct machine *machine, const char *arch) machine__normalized_is() argument 3305 machine__nr_cpus_avail(struct machine *machine) machine__nr_cpus_avail() argument 3310 machine__get_kernel_start(struct machine *machine) machine__get_kernel_start() argument 3337 machine__addr_cpumode(struct machine *machine, u8 cpumode, u64 addr) machine__addr_cpumode() argument 3364 machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *id) machine__findnew_dso_id() argument 3369 machine__findnew_dso(struct machine *machine, const char *filename) machine__findnew_dso() argument 3376 struct machine *machine = vmachine; machine__resolve_kernel_addr() local 3388 machine__for_each_dso(struct machine *machine, machine__dso_t fn, void *priv) machine__for_each_dso() argument 3400 machine__for_each_kernel_map(struct machine *machine, machine__map_t fn, void *priv) machine__for_each_kernel_map() argument 3415 machine__is_lock_function(struct machine *machine, u64 addr) machine__is_lock_function() argument [all...] |
H A D | session.c | 1456 deliver_sample_value(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct sample_read_value *v, struct machine *machine) deliver_sample_value() argument 1488 deliver_sample_group(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, u64 read_format) deliver_sample_group() argument 1508 evlist__deliver_sample(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) evlist__deliver_sample() argument 1537 struct machine *machine; machines__deliver_event() local 2778 struct machine *machine = machines__findnew(&session->machines, machine_pid); perf_session__register_guest() local 2799 struct machine *machine = &session->machines.host; perf_session__set_guest_cpu() local [all...] |
H A D | symbol.c | 848 struct machine *machine; in maps__split_kallsyms() local 1378 struct machine *machine; in dso__load_kcore() local 1878 struct machine *machine = NULL; dso__load() local 2439 struct machine *machine = maps__machine(map__kmaps(map)); dso__load_guest_kernel_sym() local [all...] |
H A D | header.c | 2266 struct machine *machine; in __event_process_build_id() local
|
H A D | intel-pt.c | 67 struct machine *machine; member 581 intel_pt_cache_size(struct dso *dso, struct machine *machine) intel_pt_cache_size() argument 595 intel_pt_cache(struct dso *dso, struct machine *machine) intel_pt_cache() argument 614 intel_pt_cache_add(struct dso *dso, struct machine *machine, u64 offset, u64 insn_cnt, u64 byte_cnt, struct intel_pt_insn *intel_pt_insn) intel_pt_cache_add() argument 646 intel_pt_cache_lookup(struct dso *dso, struct machine *machine, u64 offset) intel_pt_cache_lookup() argument 656 intel_pt_cache_invalidate(struct dso *dso, struct machine *machine, u64 offset) intel_pt_cache_invalidate() argument 697 struct machine *machine; intel_pt_get_guest() local 732 intel_pt_emulated_ptwrite(struct dso *dso, struct machine *machine, u64 offset) intel_pt_emulated_ptwrite() argument 752 struct machine *machine = ptq->pt->machine; intel_pt_walk_next_insn() local 930 intel_pt_cache_add(map__dso(al.map), machine, start_offset, insn_cnt, intel_pt_walk_next_insn() local 1430 struct machine *machine; intel_pt_get_guest_from_sideband() local 2755 struct machine *machine = pt->machine; intel_pt_switch_ip() local 3280 struct machine *machine = machines__find(machines, sample->machine_pid); intel_pt_guest_context_switch() local 3400 struct machine *machine = pt->machine; intel_pt_text_poke() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | pe.h | 193 uint16_t machine; /* machine type */ member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 878 replay_fork_event(struct perf_sched *sched, union perf_event *event, struct machine *machine) replay_fork_event() argument 1106 latency_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_switch_event() argument 1176 latency_runtime_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_runtime_event() argument 1211 latency_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_wakeup_event() argument 1272 latency_migrate_task_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_migrate_task_event() argument 1484 process_sched_wakeup_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_wakeup_event() argument 1512 map__findnew_thread(struct perf_sched *sched, struct machine *machine, pid_t pid, pid_t tid) map__findnew_thread() argument 1529 map_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) map_switch_event() argument 1669 process_sched_switch_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_switch_event() argument 1695 process_sched_runtime_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_runtime_event() argument 1708 perf_sched__process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_sched__process_fork_event() argument 1725 process_sched_migrate_task_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_migrate_task_event() argument 1743 perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_sched__process_tracepoint_sample() argument 1759 perf_sched__process_comm(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_sched__process_comm() argument 2147 save_task_callchain(struct perf_sched *sched, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) save_task_callchain() argument 2300 timehist_get_thread(struct perf_sched *sched, struct perf_sample *sample, struct machine *machine, struct evsel *evsel) timehist_get_thread() argument 2370 timehist_print_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *awakened) timehist_print_wakeup_event() argument 2413 timehist_sched_wakeup_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_wakeup_event() argument 2444 timehist_print_migration_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *migrated) timehist_print_migration_event() argument 2497 timehist_migrate_task_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_migrate_task_event() argument 2525 timehist_sched_change_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_change_event() argument 2930 perf_timehist__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_timehist__process_sample() argument [all...] |
H A D | builtin-c2c.c | 257 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
|
H A D | builtin-script.c | 961 grab_bb(u8 *buffer, u64 start, u64 end, struct machine *machine, struct thread *thread, bool *is64bit, u8 *cpumode, bool last) grab_bb() argument 1136 perf_sample__fprintf_brstackinsn(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, struct machine *machine, FILE *fp) perf_sample__fprintf_brstackinsn() argument 1390 perf_sample__fprintf_insn(struct perf_sample *sample, struct perf_event_attr *attr, struct thread *thread, struct machine *machine, FILE *fp) perf_sample__fprintf_insn() argument 1429 perf_sample__fprintf_bts(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct machine *machine, FILE *fp) perf_sample__fprintf_bts() argument 1912 process_event(struct perf_script *script, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct machine *machine) process_event() argument 2102 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument 2218 print_event_with_time(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid, u64 timestamp) print_event_with_time() argument 2254 print_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid) print_event() argument 2261 process_comm_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_comm_event() argument 2273 process_namespaces_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_namespaces_event() argument 2285 process_cgroup_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_cgroup_event() argument 2297 process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_fork_event() argument 2309 process_exit_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_exit_event() argument 2322 process_mmap_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap_event() argument 2334 process_mmap2_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap2_event() argument 2346 process_switch_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_switch_event() argument 2367 process_lost_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_lost_event() argument 2387 process_bpf_events(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_bpf_events() argument 2399 process_text_poke_events(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_text_poke_events() argument [all...] |
H A D | builtin-trace.c | 1563 static int trace__process_event(struct trace *trace, struct machine *machine, in trace__process_event() argument 1593 struct machine *machin in trace__machine__resolve_kernel_addr() local 1582 trace__tool_process(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) trace__tool_process() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | pe.h | 206 uint16_t machine; /* machine type */ member
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 275 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
|
H A D | builtin-record.c | 909 static bool record__kcore_readable(struct machine *machine) in record__kcore_readable() argument 925 static int record__kcore_copy(struct machine *machine, struc argument 1379 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument 1426 perf_event__synthesize_guest_os(struct machine *machine, void *data) perf_event__synthesize_guest_os() argument 1976 struct machine *machine = &session->machines.host; record__synthesize() local 2509 struct machine *machine = &session->machines.host; __cmd_record() local 3203 build_id__process_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) build_id__process_mmap() argument 3215 build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) build_id__process_mmap2() argument [all...] |
H A D | builtin-sched.c | 900 replay_fork_event(struct perf_sched *sched, union perf_event *event, struct machine *machine) replay_fork_event() argument 1128 latency_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_switch_event() argument 1198 latency_runtime_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_runtime_event() argument 1233 latency_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_wakeup_event() argument 1294 latency_migrate_task_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_migrate_task_event() argument 1513 process_sched_wakeup_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_wakeup_event() argument 1549 map__findnew_thread(struct perf_sched *sched, struct machine *machine, pid_t pid, pid_t tid) map__findnew_thread() argument 1566 map_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) map_switch_event() argument 1711 process_sched_switch_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_switch_event() argument 1737 process_sched_runtime_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_runtime_event() argument 1750 perf_sched__process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_sched__process_fork_event() argument 1767 process_sched_migrate_task_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_migrate_task_event() argument 1785 perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_sched__process_tracepoint_sample() argument 1801 perf_sched__process_comm(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_sched__process_comm() argument 2194 save_task_callchain(struct perf_sched *sched, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) save_task_callchain() argument 2355 timehist_get_thread(struct perf_sched *sched, struct perf_sample *sample, struct machine *machine, struct evsel *evsel) timehist_get_thread() argument 2425 timehist_print_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *awakened) timehist_print_wakeup_event() argument 2468 timehist_sched_wakeup_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_wakeup_event() argument 2499 timehist_print_migration_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *migrated) timehist_print_migration_event() argument 2552 timehist_migrate_task_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_migrate_task_event() argument 2580 timehist_sched_change_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_change_event() argument 2966 perf_timehist__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_timehist__process_sample() argument [all...] |
H A D | builtin-script.c | 1036 grab_bb(u8 *buffer, u64 start, u64 end, struct machine *machine, struct thread *thread, bool *is64bit, u8 *cpumode, bool last) grab_bb() argument 1228 perf_sample__fprintf_brstackinsn(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, struct machine *machine, FILE *fp) perf_sample__fprintf_brstackinsn() argument 1495 script_fetch_insn(struct perf_sample *sample, struct thread *thread, struct machine *machine) script_fetch_insn() argument 1502 perf_sample__fprintf_insn(struct perf_sample *sample, struct perf_event_attr *attr, struct thread *thread, struct machine *machine, FILE *fp) perf_sample__fprintf_insn() argument 1540 perf_sample__fprintf_bts(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, struct machine *machine, FILE *fp) perf_sample__fprintf_bts() argument 2137 process_event(struct perf_script *script, struct perf_sample *sample, struct evsel *evsel, struct addr_location *al, struct addr_location *addr_al, struct machine *machine) process_event() argument 2348 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument 2501 print_event_with_time(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid, u64 timestamp) print_event_with_time() argument 2537 print_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid) print_event() argument 2544 process_comm_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_comm_event() argument 2556 process_namespaces_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_namespaces_event() argument 2568 process_cgroup_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_cgroup_event() argument 2580 process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_fork_event() argument 2592 process_exit_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_exit_event() argument 2605 process_mmap_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap_event() argument 2617 process_mmap2_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap2_event() argument 2629 process_switch_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_switch_event() argument 2661 process_lost_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_lost_event() argument 2671 process_throttle_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_throttle_event() argument 2692 process_bpf_events(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_bpf_events() argument 2704 process_text_poke_events(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_text_poke_events() argument [all...] |
H A D | builtin-trace.c | 1606 static int trace__process_event(struct trace *trace, struct machine *machine, in trace__process_event() argument 1636 struct machine *machin in trace__machine__resolve_kernel_addr() local 1625 trace__tool_process(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) trace__tool_process() argument [all...] |