Home
last modified time | relevance | path

Searched defs:machine (Results 1 – 25 of 98) sorted by relevance

1234

/linux/tools/perf/util/
H A Dmachine.h32 struct machine { struct
33 struct rb_node rb_node;
34 pid_t pid;
35 u16 id_hdr_size;
36 bool comm_exec;
37 bool kptr_restrict_warned;
38 bool single_address_space;
39 char *root_dir;
40 char *mmap_name;
41 char *kallsyms_filename;
[all …]
H A Dmachine.c49 static struct dso *machine__kernel_dso(struct machine *machine) in machine__kernel_dso()
54 static int machine__set_mmap_name(struct machine *machine) in machine__set_mmap_name()
75 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init()
134 struct machine *machine = malloc(sizeof(*machine)); in __machine__new_host() local
157 struct machine *machine) in mmap_handler()
162 static int machine__init_live(struct machine *machine, pid_t pid) in machine__init_live()
173 struct machine *machine = __machine__new_host(host_env, kernel_maps); in machine__new_live() local
187 struct machine *machine = machine__new_host(host_env); in machine__new_kallsyms() local
202 void machine__delete_threads(struct machine *machine) in machine__delete_threads()
207 void machine__exit(struct machine *machine) in machine__exit()
[all …]
H A Devent.c230 perf_event__process_comm(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_comm() argument
238 perf_event__process_namespaces(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_namespaces() argument
246 perf_event__process_cgroup(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_cgroup() argument
254 perf_event__process_lost(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_lost() argument
262 perf_event__process_aux(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_aux() argument
270 perf_event__process_itrace_start(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_itrace_start() argument
278 perf_event__process_aux_output_hw_id(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_aux_output_hw_id() argument
286 perf_event__process_lost_samples(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_lost_samples() argument
294 perf_event__process_switch(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_switch() argument
302 perf_event__process_ksymbol(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_ksymbol() argument
310 perf_event__process_bpf(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_bpf() argument
318 perf_event__process_text_poke(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_text_poke() argument
401 perf_event__process_mmap(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_mmap() argument
409 perf_event__process_mmap2(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_mmap2() argument
424 perf_event__process_fork(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_fork() argument
432 perf_event__process_exit(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_exit() argument
440 perf_event__exit_del_thread(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__exit_del_thread() argument
546 perf_event__fprintf_text_poke(union perf_event * event,struct machine * machine,FILE * fp) perf_event__fprintf_text_poke() argument
626 perf_event__fprintf(union perf_event * event,struct machine * machine,FILE * fp) perf_event__fprintf() argument
689 perf_event__process(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process() argument
698 struct machine *machine = maps__machine(maps); thread__find_map() local
761 struct machine *machine = maps__machine(thread__maps(thread)); thread__find_map_fb() local
805 machine__resolve(struct machine * machine,struct addr_location * al,struct perf_sample * sample) machine__resolve() argument
[all...]
H A Dvdso.c108 void machine__exit_vdso(struct machine *machine) in machine__exit_vdso()
127 static struct dso *__machine__addnew_vdso(struct machine *machine, const char *short_name, in __machine__addnew_vdso()
142 struct machine *machine; member
158 static enum dso_type machine__thread_dso_type(struct machine *machine, in machine__thread_dso_type()
247 static struct dso *__machine__findnew_compat(struct machine *machine, in __machine__findnew_compat()
264 static int __machine__findnew_vdso_compat(struct machine *machine, in __machine__findnew_vdso_compat()
298 static struct dso *machine__find_vdso(struct machine *machine, in machine__find_vdso()
330 struct dso *machine__findnew_vdso(struct machine *machine, in machine__findnew_vdso()
H A Dsynthetic-events.c53 struct machine *machine, in perf_tool__process_synth_event()
155 struct machine *machine, in perf_event__prepare_comm()
194 struct machine *machine) in perf_event__synthesize_comm()
226 struct machine *machine) in perf_event__synthesize_namespaces()
265 struct machine *machine) in perf_event__synthesize_fork()
368 struct machine *machine, in perf_record_mmap2__read_build_id()
432 struct machine *machine, in perf_event__synthesize_mmap_events()
556 struct machine *machine) in perf_event__synthesize_cgroup()
596 struct machine *machine) in perf_event__walk_cgroup_tree()
642 struct machine *machine) in perf_event__synthesize_cgroups()
[all …]
H A Ddso.c477 struct machine *machine) in dso__set_module_info()
611 static int __open_dso(struct dso *dso, struct machine *machine) in __open_dso()
643 static int open_dso(struct dso *dso, struct machine *machine) in open_dso()
774 static void try_to_open_dso(struct dso *dso, struct machine *machine) in try_to_open_dso()
817 bool dso__data_get_fd(struct dso *dso, struct machine *machine, int *fd) in dso__data_get_fd()
984 static ssize_t file_read(struct dso *dso, struct machine *machine, in file_read()
1010 struct machine *machine, in dso_cache__populate()
1051 struct machine *machine, in dso_cache__find()
1060 static ssize_t dso_cache_io(struct dso *dso, struct machine *machine, in dso_cache_io()
1078 static ssize_t cached_io(struct dso *dso, struct machine *machine, in cached_io()
[all …]
H A Ddwarf-regs.c31 const char *get_dwarf_regstr(unsigned int n, unsigned int machine, unsigned int flags) in get_dwarf_regstr()
86 int get_dwarf_regnum(const char *name, unsigned int machine, unsigned int flags) in get_dwarf_regnum()
157 static int get_libdw_frame_nregs(unsigned int machine, unsigned int flags __maybe_unused) in get_libdw_frame_nregs()
189 int get_dwarf_regnum_for_perf_regnum(int perf_regnum, unsigned int machine, in get_dwarf_regnum_for_perf_regnum()
H A Ddb-export.c49 db_export__machine(struct db_export * dbe,struct machine * machine) db_export__machine() argument
63 db_export__thread(struct db_export * dbe,struct thread * thread,struct machine * machine,struct thread * main_thread) db_export__thread() argument
147 db_export__dso(struct db_export * dbe,struct dso * dso,struct machine * machine) db_export__dso() argument
210 call_path_from_sample(struct db_export * dbe,struct machine * machine,struct thread * thread,struct perf_sample * sample,struct evsel * evsel) call_path_from_sample() argument
296 db_export__threads(struct db_export * dbe,struct thread * thread,struct thread * main_thread,struct machine * machine,struct comm ** comm_ptr) db_export__threads() argument
361 struct machine *machine = NULL; db_export__sample() local
532 db_export__pid_tid(struct db_export * dbe,struct machine * machine,pid_t pid,pid_t tid,u64 * db_id,struct comm ** comm_ptr,bool * is_idle) db_export__pid_tid() argument
559 db_export__switch(struct db_export * dbe,union perf_event * event,struct perf_sample * sample,struct machine * machine) db_export__switch() argument
[all...]
H A Dprint_insn.c33 static bool is64bitip(struct machine *machine, struct addr_location *al) in is64bitip()
45 ssize_t fprintf_insn_asm(struct machine *machine, struct thread *thread, u8 cpumode, in fprintf_insn_asm()
54 struct machine *machine, FILE *fp, in sample__fprintf_insn_asm()
H A Dbpf-event.c43 static int machine__process_bpf_event_load(struct machine *machine, in machine__process_bpf_event_load() argument
80 int machine__process_bpf(struct machine *machine, union perf_event *event, in machine__process_bpf() argument
418 struct machine *machine) in synthesize_perf_record_bpf_metadata() argument
478 struct machine *machine; global() member
530 perf_event__synthesize_one_bpf_prog(struct perf_session * session,perf_event__handler_t process,struct machine * machine,int fd,union perf_event * event,struct record_opts * opts) perf_event__synthesize_one_bpf_prog() argument
697 struct machine *machine; global() member
704 struct machine *machine = data->machine; process_bpf_image() local
766 perf_event__synthesize_bpf_events(struct perf_session * session,perf_event__handler_t process,struct machine * machine,struct record_opts * opts) perf_event__synthesize_bpf_events() argument
[all...]
H A Ddlfilter.h34 struct machine *machine; member
73 struct machine *machine, in dlfilter__filter_event()
86 struct machine *machine, in dlfilter__filter_event_early()
H A Dthread.c25 int thread__init_maps(struct thread *thread, struct machine *machine) in thread__init_maps()
468 struct machine *machine; member
485 uint16_t thread__e_machine(struct thread *thread, struct machine *machine, uint32_t *e_flags) in thread__e_machine()
554 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread()
565 int thread__memcpy(struct thread *thread, struct machine *machine, in thread__memcpy()
/linux/sound/soc/amd/
H A Dacp-da7219-max98357a.c250 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_da7219_play_startup() local
271 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_da7219_cap_startup() local
293 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_max_startup() local
314 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_dmic0_startup() local
335 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_dmic1_startup() local
362 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_rt5682_play_startup() local
383 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_rt5682_cap_startup() local
405 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_rt5682_max_startup() local
426 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_rt5682_dmic0_startup() local
447 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); cz_rt5682_dmic1_startup() local
752 struct acp_platform_info *machine; cz_probe() local
[all...]
H A Dacp3x-rt5682-max9836.c203 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); in acp3x_5682_startup() local
221 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); in acp3x_max_startup() local
238 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); in acp3x_ec_dmic0_startup() local
505 struct acp3x_platform_info *machine; in acp3x_probe() local
/linux/tools/perf/tests/
H A Dhists_output.c50 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument
138 static int test1(struct evsel *evsel, struct machine *machine) in test1() argument
240 static int test2(struct evsel *evsel, struct machine *machin argument
296 test3(struct evsel * evsel,struct machine * machine) test3() argument
370 test4(struct evsel * evsel,struct machine * machine) test4() argument
472 test5(struct evsel * evsel,struct machine * machine) test5() argument
595 struct machine *machine; test__hists_output() local
[all...]
H A Dhists_cumulate.c80 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument
263 static int test1(struct evsel *evsel, struct machine *machine) in test1() argument
314 static int test2(struct evsel *evsel, struct machine *machin argument
462 test3(struct evsel * evsel,struct machine * machine) test3() argument
519 test4(struct evsel * evsel,struct machine * machine) test4() argument
709 struct machine *machine; test__hists_cumulate() local
[all...]
H A Ddso-data.c106 dso__data_fd(struct dso * dso,struct machine * machine) dso__data_fd() argument
118 struct machine machine; test__dso_data() local
253 struct machine machine; test__dso_data_cache() local
323 struct machine machine; test__dso_data_reopen() local
[all...]
H A Dmmap-thread-lookup.c135 static int synth_all(struct machine *machine) in synth_all()
142 static int synth_process(struct machine *machine) in synth_process()
160 struct machine *machine; in mmap_events() local
H A Dsymbols.c18 struct machine *machine; member
65 static struct map *find_module_map(struct machine *machine, struct dso *dso) in find_module_map()
161 static int process_subdivided_dso(struct machine *machine, struct dso *dso) in process_subdivided_dso()
H A Dhists_filter.c50 struct machine *machine) in add_hist_entries() argument
120 struct machine *machine; test__hists_filter() local
[all...]
/linux/tools/perf/
H A Dbuiltin-kwork.c453 struct machine *machine, in work_push_atom() argument
512 struct machine *machine, in work_pop_atom() argument
604 struct machine *machine) in report_entry_event() argument
615 struct machine *machin in report_exit_event() argument
659 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
670 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
692 timehist_save_callchain(struct perf_kwork * kwork,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) timehist_save_callchain() argument
818 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
829 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
850 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
901 top_entry_event(struct perf_kwork * kwork,struct kwork_class * class,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) top_entry_event() argument
912 top_exit_event(struct perf_kwork * kwork,struct kwork_class * class,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) top_exit_event() argument
942 top_sched_switch_event(struct perf_kwork * kwork,struct kwork_class * class,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) top_sched_switch_event() argument
965 process_irq_handler_entry_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_irq_handler_entry_event() argument
978 process_irq_handler_exit_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_irq_handler_exit_event() argument
1044 process_softirq_raise_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_softirq_raise_event() argument
1058 process_softirq_entry_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_softirq_entry_event() argument
1072 process_softirq_exit_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_softirq_exit_event() argument
1175 process_workqueue_activate_work_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_workqueue_activate_work_event() argument
1189 process_workqueue_execute_start_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_workqueue_execute_start_event() argument
1203 process_workqueue_execute_end_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_workqueue_execute_end_event() argument
1239 workqueue_work_init(struct perf_kwork * kwork __maybe_unused,struct kwork_class * class,struct kwork_work * work,enum kwork_trace_type src_type __maybe_unused,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) workqueue_work_init() argument
1274 process_sched_switch_event(const struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_sched_switch_event() argument
1959 perf_kwork__process_tracepoint_sample(const 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 Dbuiltin-inject.c367 perf_event__repipe_sample(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) perf_event__repipe_sample() argument
392 perf_event__convert_sample_callchain(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) perf_event__convert_sample_callchain() argument
473 findnew_dso(int pid,int tid,const char * filename,const struct dso_id * id,struct machine * machine) findnew_dso() argument
542 perf_event__repipe_common_mmap(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine,__u32 pid,__u32 tid,__u64 start,__u64 len,__u64 pgoff,__u32 flags,__u32 prot,const char * filename,const struct dso_id * dso_id,int (* perf_event_process)(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine)) perf_event__repipe_common_mmap() argument
647 perf_event__repipe_mmap(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_mmap() argument
661 perf_event__repipe_mmap2(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_mmap2() argument
688 perf_event__repipe_fork(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_fork() argument
701 perf_event__repipe_comm(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_comm() argument
714 perf_event__repipe_namespaces(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_namespaces() argument
726 perf_event__repipe_exit(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_exit() argument
839 tool__inject_build_id(const struct perf_tool * tool,struct perf_sample * sample,struct machine * machine,const struct evsel * evsel,__u16 misc,const char * filename,struct dso * dso,u32 flags) tool__inject_build_id() argument
876 tool__inject_mmap2_build_id(const struct perf_tool * tool,struct perf_sample * sample,struct machine * machine,const struct evsel * evsel,__u16 misc,__u32 pid,__u32 tid,__u64 start,__u64 len,__u64 pgoff,struct dso * dso,__u32 prot,__u32 flags,const char * filename) tool__inject_mmap2_build_id() argument
916 mark_dso_hit(const struct perf_inject * inject,const struct perf_tool * tool,struct perf_sample * sample,struct machine * machine,const struct evsel * mmap_evsel,struct map * map,bool sample_in_dso) mark_dso_hit() argument
978 struct machine *machine; global() member
994 perf_event__inject_buildid(const 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
1058 perf_inject__sched_switch(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) perf_inject__sched_switch() argument
1083 perf_inject__sched_stat(const 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
1374 struct machine *machine = &session->machines.host; synthesize_id_index() local
1430 struct machine *machine = perf_session__findnew_machine(inject->session, machine_pid); synthesize_build_id() local
1845 host__repipe(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) host__repipe() argument
1937 host__context_switch(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) host__context_switch() argument
[all...]
H A Dbuiltin-script.c1098 struct machine *machine, struct thread *thread, in grab_bb() argument
1354 perf_sample__fprintf_brstackinsn(struct perf_sample * sample,struct evsel * evsel,struct thread * thread,struct perf_event_attr * attr,struct machine * machine,FILE * fp) perf_sample__fprintf_brstackinsn() argument
1623 perf_sample__fprintf_insn(struct perf_sample * sample,struct evsel * evsel,struct perf_event_attr * attr,struct thread * thread,struct machine * machine,FILE * fp,struct addr_location * al) perf_sample__fprintf_insn() argument
1665 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
2420 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
2644 process_sample_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) process_sample_event() argument
2728 process_deferred_sample_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) process_deferred_sample_event() argument
2886 print_event_with_time(const 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
2920 print_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine,pid_t pid,pid_t tid) print_event() argument
2929 process_comm_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_comm_event() argument
2941 process_namespaces_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_namespaces_event() argument
2953 process_cgroup_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_cgroup_event() argument
2965 process_fork_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_fork_event() argument
2977 process_exit_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_exit_event() argument
2990 process_mmap_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_mmap_event() argument
3002 process_mmap2_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_mmap2_event() argument
3014 process_switch_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_switch_event() argument
3047 process_lost_event(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_lost_event() argument
3057 process_throttle_event(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_throttle_event() argument
3078 process_bpf_events(const struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_bpf_events() argument
3099 process_text_poke_events(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) process_text_poke_events() argument
[all...]
/linux/include/uapi/linux/
H A Dutsname.h12 char machine[9]; member
22 char machine[65]; member
30 char machine[__NEW_UTS_LEN + 1]; member
/linux/tools/perf/arch/x86/util/
H A Devent.c20 struct machine *machine; member
70 struct machine *machine) in perf_event__synthesize_extra_kmaps()

1234