/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 97 struct machine *machine; member 284 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine, in unwind_spec_ehframe() argument 348 read_unwind_spec_debug_frame(struct dso *dso, struct machine *machine, u64 *offset) read_unwind_spec_debug_frame() argument [all...] |
H A D | cs-etm.c | 922 struct machine *machine = cs_etm__get_machine(etmq, el); in cs_etm__cpu_mode() local 1366 struct machine *machine = cs_etm__get_machine(etmq, el); in cs_etm__set_thread() local [all...] |
H A D | synthetic-events.c | 50 perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine *machine, perf_event__handler_t process) perf_tool__process_synth_event() argument 153 perf_event__prepare_comm(union perf_event *event, pid_t pid, pid_t tid, struct machine *machine, pid_t *tgid, pid_t *ppid, bool *kernel) perf_event__prepare_comm() argument 190 perf_event__synthesize_comm(struct perf_tool *tool, union perf_event *event, pid_t pid, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_comm() argument 221 perf_event__synthesize_namespaces(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_namespaces() argument 260 perf_event__synthesize_fork(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, pid_t ppid, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_fork() argument 366 perf_record_mmap2__read_build_id(struct perf_record_mmap2 *event, struct machine *machine, bool is_kernel) perf_record_mmap2__read_build_id() argument 421 perf_event__synthesize_mmap_events(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_data) perf_event__synthesize_mmap_events() argument 545 perf_event__synthesize_cgroup(struct perf_tool *tool, union perf_event *event, char *path, size_t mount_len, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_cgroup() argument 585 perf_event__walk_cgroup_tree(struct perf_tool *tool, union perf_event *event, char *path, size_t mount_len, perf_event__handler_t process, struct machine *machine) perf_event__walk_cgroup_tree() argument 633 perf_event__synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_cgroups() argument 668 perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_modules() argument 745 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, union perf_event *fork_event, union perf_event *namespaces_event, pid_t pid, int full, perf_event__handler_t process, struct perf_tool *tool, struct machine *machine, bool needs_mmap, bool mmap_data) __event__synthesize_thread() argument 839 perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data) perf_event__synthesize_thread_map() argument 916 __perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, struct dirent **dirent, int start, int num) __perf_event__synthesize_threads() argument 982 struct machine *machine; global() member 1002 perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize) perf_event__synthesize_threads() argument 1098 __perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) __perf_event__synthesize_kernel_mmap() argument 1170 perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_kernel_mmap() argument 1183 perf_event__synthesize_thread_map2(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_thread_map2() argument 1333 perf_event__synthesize_cpu_map(struct perf_tool *tool, const struct perf_cpu_map *map, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_cpu_map() argument 1351 perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_stat_config() argument 1390 perf_event__synthesize_stat(struct perf_tool *tool, struct perf_cpu cpu, u32 thread, u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_stat() argument 1412 perf_event__synthesize_stat_round(struct perf_tool *tool, u64 evtime, u64 type, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_stat_round() argument 1813 __perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine, size_t from) __perf_event__synthesize_id_index() argument 1905 perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine) perf_event__synthesize_id_index() argument 1911 __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, struct target *target, struct perf_thread_map *threads, perf_event__handler_t process, bool needs_mmap, bool data_mmap, unsigned int nr_threads_synthesize) __machine__synthesize_threads() argument 1946 machine__synthesize_threads(struct machine *machine, struct target *target, struct perf_thread_map *threads, bool needs_mmap, bool data_mmap, unsigned int nr_threads_synthesize) machine__synthesize_threads() argument 2212 perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_build_id() argument [all...] |
H A D | callchain.c | 1129 struct machine *machine = maps__machine(node->ms.maps); in fill_callchain_info() local
|
H A D | probe-finder.c | 175 convert_variable_location(Dwarf_Die *vr_die, Dwarf_Addr addr, Dwarf_Op *fb_ops, Dwarf_Die *sp_die, unsigned int machine, struct probe_trace_arg *tvar) convert_variable_location() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-record.c | 807 static bool record__kcore_readable(struct machine *machine) in record__kcore_readable() argument 823 static int record__kcore_copy(struct machine *machine, struc argument 967 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 1017 perf_event__synthesize_guest_os(struct machine *machine, void *data) perf_event__synthesize_guest_os() argument 1377 struct machine *machine = &session->machines.host; record__synthesize() local 1796 struct machine *machine = &session->machines.host; __cmd_record() local 2344 build_id__process_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) build_id__process_mmap() argument 2356 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-kmem.c | 337 struct machine *machine = &kmem_session->machines.host; in build_alloc_func_list() local 387 struct machine *machine = &kmem_session->machines.host; in find_callsite() local 989 struct machine *machin in __print_slab_result() local 936 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 1050 struct machine *machine = &session->machines.host; __print_page_alloc_result() local 1099 struct machine *machine = &session->machines.host; __print_page_caller_result() local [all...] |
H A D | builtin-diff.c | 391 diff__process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) diff__process_sample_event() argument
|
H A D | builtin-timechart.c | 473 cat_backtrace(union perf_event *event, struct perf_sample *sample, struct machine *machine) cat_backtrace() argument 552 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 [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cs-etm.c | 48 struct machine *machine; member 649 struct machine *machine; in cs_etm__cpu_mode() local 675 struct machine *machin in cs_etm__mem_access() local [all...] |
H A D | probe-finder.c | 170 convert_variable_location(Dwarf_Die *vr_die, Dwarf_Addr addr, Dwarf_Op *fb_ops, Dwarf_Die *sp_die, unsigned int machine, struct probe_trace_arg *tvar) convert_variable_location() argument
|
H A D | session.c | 1351 struct machine *machine; in machines__find_for_cpumode() local 1373 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 1405 deliver_sample_group(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) deliver_sample_group() argument 1426 perf_evlist__deliver_sample(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_evlist__deliver_sample() argument 1457 struct machine *machine; machines__deliver_event() local [all...] |
H A D | synthetic-events.c | 50 perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine *machine, perf_event__handler_t process) perf_tool__process_synth_event() argument 139 perf_event__prepare_comm(union perf_event *event, pid_t pid, struct machine *machine, pid_t *tgid, pid_t *ppid) perf_event__prepare_comm() argument 176 perf_event__synthesize_comm(struct perf_tool *tool, union perf_event *event, pid_t pid, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_comm() argument 205 perf_event__synthesize_namespaces(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_namespaces() argument 244 perf_event__synthesize_fork(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, pid_t ppid, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_fork() argument 350 perf_event__synthesize_mmap_events(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_data) perf_event__synthesize_mmap_events() argument 471 perf_event__synthesize_cgroup(struct perf_tool *tool, union perf_event *event, char *path, size_t mount_len, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_cgroup() argument 511 perf_event__walk_cgroup_tree(struct perf_tool *tool, union perf_event *event, char *path, size_t mount_len, perf_event__handler_t process, struct machine *machine) perf_event__walk_cgroup_tree() argument 559 perf_event__synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_cgroups() argument 594 perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_modules() argument 647 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, union perf_event *fork_event, union perf_event *namespaces_event, pid_t pid, int full, perf_event__handler_t process, struct perf_tool *tool, struct machine *machine, bool mmap_data) __event__synthesize_thread() argument 737 perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool mmap_data) perf_event__synthesize_thread_map() argument 814 __perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool mmap_data, struct dirent **dirent, int start, int num) __perf_event__synthesize_threads() argument 879 struct machine *machine; global() member 897 perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool mmap_data, unsigned int nr_threads_synthesize) perf_event__synthesize_threads() argument 991 __perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) __perf_event__synthesize_kernel_mmap() argument 1047 perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_kernel_mmap() argument 1060 perf_event__synthesize_thread_map2(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_thread_map2() argument 1210 perf_event__synthesize_cpu_map(struct perf_tool *tool, struct perf_cpu_map *map, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_cpu_map() argument 1228 perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_stat_config() argument 1266 perf_event__synthesize_stat(struct perf_tool *tool, u32 cpu, u32 thread, u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_stat() argument 1288 perf_event__synthesize_stat_round(struct perf_tool *tool, u64 evtime, u64 type, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_stat_round() argument 1602 perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine) perf_event__synthesize_id_index() argument 1670 __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, struct target *target, struct perf_thread_map *threads, perf_event__handler_t process, bool data_mmap, unsigned int nr_threads_synthesize) __machine__synthesize_threads() argument 1685 machine__synthesize_threads(struct machine *machine, struct target *target, struct perf_thread_map *threads, bool data_mmap, unsigned int nr_threads_synthesize) machine__synthesize_threads() argument 1955 perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_build_id() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 996 python_export_machine(struct db_export *dbe, struct machine *machine) python_export_machine() argument 1015 python_export_thread(struct db_export *dbe, struct thread *thread, u64 main_thread_db_id, struct machine *machine) python_export_thread() argument 1076 python_export_dso(struct db_export *dbe, struct dso *dso, struct machine *machine) python_export_dso() argument 1262 python_export_context_switch(struct db_export *dbe, u64 db_id, struct machine *machine, struct perf_sample *sample, u64 th_out_id, u64 comm_out_id, u64 th_in_id, u64 comm_in_id, int flags) python_export_context_switch() argument 1353 python_process_switch(union perf_event *event, struct perf_sample *sample, struct machine *machine) python_process_switch() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 1489 fill_elf_header(struct elfhdr *elf, int segs, u16 machine, u32 flags) fill_elf_header() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 1490 fill_elf_header(struct elfhdr *elf, int segs, u16 machine, u32 flags) fill_elf_header() argument
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 350 perf_event__repipe_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_event__repipe_sample() argument 375 perf_event__repipe_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_mmap() argument 389 perf_event__jit_repipe_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__jit_repipe_mmap() argument 413 findnew_dso(int pid, int tid, const char *filename, struct dso_id *id, struct machine *machine) findnew_dso() argument 459 perf_event__repipe_buildid_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_buildid_mmap() argument 478 perf_event__repipe_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_mmap2() argument 504 perf_event__jit_repipe_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__jit_repipe_mmap2() argument 528 perf_event__repipe_buildid_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_buildid_mmap2() argument 569 perf_event__repipe_fork(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_fork() argument 582 perf_event__repipe_comm(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_comm() argument 595 perf_event__repipe_namespaces(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_namespaces() argument 607 perf_event__repipe_exit(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_exit() argument 716 dso__inject_build_id(struct dso *dso, struct perf_tool *tool, struct machine *machine, u8 cpumode, u32 flags) dso__inject_build_id() argument 747 perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) perf_event__inject_buildid() argument 800 perf_inject__sched_switch(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_inject__sched_switch() argument 825 perf_inject__sched_stat(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_inject__sched_stat() argument 1120 struct machine *machine = &session->machines.host; synthesize_id_index() local 1176 struct machine *machine = perf_session__findnew_machine(inject->session, machine_pid); synthesize_build_id() local 1193 struct machine *machine = &gs->session->machines.host; guest_session__add_build_ids() local 1573 host__repipe(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) host__repipe() argument 1664 host__context_switch(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) host__context_switch() argument [all...] |
H A D | builtin-diff.c | 391 diff__process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) diff__process_sample_event() argument
|
H A D | builtin-kmem.c | 350 struct machine *machine = &kmem_session->machines.host; in build_alloc_func_list() local 400 struct machine *machine = &kmem_session->machines.host; in find_callsite() local 1011 struct machine *machin in __print_slab_result() local 958 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 1072 struct machine *machine = &session->machines.host; __print_page_alloc_result() local 1121 struct machine *machine = &session->machines.host; __print_page_caller_result() local [all...] |
H A D | builtin-lock.c | 522 bool match_callstack_filter(struct machine *machine, u64 *callstack) in match_callstack_filter() argument 939 struct machine *machine = &session->machines.host; in lock_contention_caller() local 992 struct machine *machine in callchain_id() local 1067 struct machine *machine = &session->machines.host; report_lock_contention_begin_event() local 1523 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 [all...] |
H A D | builtin-kvm.c | 1190 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
|
H A D | builtin-report.c | 824 static struct task *tasks_list(struct task *task, struct machine *machin argument 264 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 891 struct machine *machine = &session->machines.host; tasks_print() local [all...] |
H A D | builtin-kwork.c | 388 work_push_atom(struct perf_kwork *kwork, struct kwork_class *class, enum kwork_trace_type src_type, enum kwork_trace_type dst_type, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct kwork_work **ret_work) work_push_atom() argument 435 work_pop_atom(struct perf_kwork *kwork, struct kwork_class *class, enum kwork_trace_type src_type, enum kwork_trace_type dst_type, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct kwork_work **ret_work) work_pop_atom() argument 497 report_entry_event(struct perf_kwork *kwork, struct kwork_class *class, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) report_entry_event() argument 508 report_exit_event(struct perf_kwork *kwork, struct kwork_class *class, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) report_exit_event() argument 552 latency_raise_event(struct perf_kwork *kwork, struct kwork_class *class, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_raise_event() argument 563 latency_entry_event(struct perf_kwork *kwork, struct kwork_class *class, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_entry_event() argument 586 timehist_save_callchain(struct perf_kwork *kwork, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) timehist_save_callchain() argument 711 timehist_raise_event(struct perf_kwork *kwork, struct kwork_class *class, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_raise_event() argument 722 timehist_entry_event(struct perf_kwork *kwork, struct kwork_class *class, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_entry_event() argument 743 timehist_exit_event(struct perf_kwork *kwork, struct kwork_class *class, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_exit_event() argument 781 process_irq_handler_entry_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_irq_handler_entry_event() argument 794 process_irq_handler_exit_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_irq_handler_exit_event() argument 852 process_softirq_raise_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_softirq_raise_event() argument 866 process_softirq_entry_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_softirq_entry_event() argument 880 process_softirq_exit_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_softirq_exit_event() argument 973 process_workqueue_activate_work_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_activate_work_event() argument 987 process_workqueue_execute_start_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_execute_start_event() argument 1001 process_workqueue_execute_end_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_execute_end_event() argument 1034 workqueue_work_init(struct kwork_class *class, struct kwork_work *work, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) workqueue_work_init() argument 1558 perf_kwork__process_tracepoint_sample(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_kwork__process_tracepoint_sample() argument [all...] |
H A D | builtin-timechart.c | 492 cat_backtrace(union perf_event *event, struct perf_sample *sample, struct machine *machine) cat_backtrace() argument 574 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 [all...] |
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1151 python_export_machine(struct db_export *dbe, struct machine *machine) python_export_machine() argument 1170 python_export_thread(struct db_export *dbe, struct thread *thread, u64 main_thread_db_id, struct machine *machine) python_export_thread() argument 1231 python_export_dso(struct db_export *dbe, struct dso *dso, struct machine *machine) python_export_dso() argument 1418 python_export_context_switch(struct db_export *dbe, u64 db_id, struct machine *machine, struct perf_sample *sample, u64 th_out_id, u64 comm_out_id, u64 th_in_id, u64 comm_in_id, int flags) python_export_context_switch() argument 1513 python_process_throttle(union perf_event *event, struct perf_sample *sample, struct machine *machine) python_process_throttle() argument 1544 python_do_process_switch(union perf_event *event, struct perf_sample *sample, struct machine *machine) python_do_process_switch() argument 1584 python_process_switch(union perf_event *event, struct perf_sample *sample, struct machine *machine) python_process_switch() argument [all...] |