Home
last modified time | relevance | path

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

12345

/linux/tools/perf/util/
H A Dmachine.h32 struct machine { struct
67 struct map *machine__kernel_map(struct machine *machine) in machine__kernel_map() argument
76 struct maps *machine__kernel_maps(struct machine *machine) in machine__kernel_maps() argument
33 rb_nodemachine global() argument
34 pidmachine global() argument
35 id_hdr_sizemachine global() argument
59 machinesmachine global() argument
83 machine__kernel_start(struct machine * machine) machine__kernel_start() argument
90 machine__kernel_ip(struct machine * machine,u64 ip) machine__kernel_ip() argument
193 machine__is_default_guest(struct machine * machine) machine__is_default_guest() argument
198 machine__is_host(struct machine * machine) machine__is_host() argument
216 machine__find_kernel_symbol(struct machine * machine,u64 addr,struct map ** mapp) machine__find_kernel_symbol() argument
223 machine__find_kernel_symbol_by_name(struct machine * machine,const char * name,struct map ** mapp) machine__find_kernel_symbol_by_name() argument
[all...]
H A Dmachine.c46 machine__kernel_dso(struct machine * machine) machine__kernel_dso() argument
58 machine__set_mmap_name(struct machine * machine) machine__set_mmap_name() argument
79 machine__init(struct machine * machine,const char * root_dir,pid_t pid) machine__init() argument
136 struct machine *machine = malloc(sizeof(*machine)); machine__new_host() local
153 struct machine *machine = machine__new_host(); machine__new_kallsyms() local
190 machine__delete_threads(struct machine * machine) machine__delete_threads() argument
195 machine__exit(struct machine * machine) machine__exit() argument
212 machine__delete(struct machine * machine) machine__delete() argument
237 struct machine *pos, *machine = malloc(sizeof(*machine)); machines__add() local
274 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__set_comm_exec() local
284 struct machine *machine; machines__find() local
310 struct machine *machine = machines__find(machines, pid); machines__findnew() local
342 struct machine *machine = machines__find(machines, pid); machines__find_guest() local
374 findnew_guest_code(struct machine * machine,struct machine * host_machine,pid_t pid) findnew_guest_code() argument
418 struct machine *machine = machines__findnew(machines, pid); machines__findnew_guest_code() local
423 machine__findnew_guest_code(struct machine * machine,pid_t pid) machine__findnew_guest_code() argument
450 struct machine *machine; machines__set_id_hdr_size() local
463 machine__update_thread_pid(struct machine * machine,struct thread * th,pid_t pid) machine__update_thread_pid() argument
514 __machine__findnew_thread(struct machine * machine,pid_t pid,pid_t tid,bool create) __machine__findnew_thread() argument
551 machine__findnew_thread(struct machine * machine,pid_t pid,pid_t tid) machine__findnew_thread() argument
556 machine__find_thread(struct machine * machine,pid_t pid,pid_t tid) machine__find_thread() argument
569 machine__idle_thread(struct machine * machine) machine__idle_thread() argument
580 machine__thread_exec_comm(struct machine * machine,struct thread * thread) machine__thread_exec_comm() argument
589 machine__process_comm_event(struct machine * machine,union perf_event * event,struct perf_sample * sample) machine__process_comm_event() argument
646 machine__process_cgroup_event(struct machine * machine,union perf_event * event,struct perf_sample * sample __maybe_unused) machine__process_cgroup_event() argument
678 machine__findnew_module_dso(struct machine * machine,struct kmod_path * m,const char * filename) machine__findnew_module_dso() argument
735 machine__process_ksymbol_register(struct machine * machine,union perf_event * event,struct perf_sample * sample __maybe_unused) machine__process_ksymbol_register() argument
795 machine__process_ksymbol_unregister(struct machine * machine,union perf_event * event,struct perf_sample * sample __maybe_unused) machine__process_ksymbol_unregister() argument
832 machine__process_text_poke(struct machine * machine,union perf_event * event,struct perf_sample * sample __maybe_unused) machine__process_text_poke() argument
875 machine__addnew_module_map(struct machine * machine,u64 start,const char * filename) machine__addnew_module_map() argument
939 machine__fprintf_vmlinux_path(struct machine * machine,FILE * fp) machine__fprintf_vmlinux_path() argument
973 machine__fprintf(struct machine * machine,FILE * fp) machine__fprintf() argument
985 machine__get_kernel(struct machine * machine) machine__get_kernel() argument
1011 machine__get_kallsyms_filename(struct machine * machine,char * buf,size_t bufsz) machine__get_kallsyms_filename() argument
1026 machine__get_running_kernel_start(struct machine * machine,const char ** symbol_name,u64 * start,u64 * end) machine__get_running_kernel_start() argument
1063 machine__create_extra_kernel_map(struct machine * machine,struct dso * kernel,struct extra_kernel_map * xm) machine__create_extra_kernel_map() argument
1149 machine__map_x86_64_entry_trampolines(struct machine * machine,struct dso * kernel) machine__map_x86_64_entry_trampolines() argument
1203 __machine__create_kernel_maps(struct machine * machine,struct dso * kernel) __machine__create_kernel_maps() argument
1217 machine__destroy_kernel_maps(struct machine * machine) machine__destroy_kernel_maps() argument
1301 struct machine *machine = machines__findnew(machines, pid); machines__create_kernel_maps() local
1309 machine__load_kallsyms(struct machine * machine,const char * filename) machine__load_kallsyms() argument
1328 machine__load_vmlinux_path(struct machine * machine) machine__load_vmlinux_path() argument
1462 machine__set_modules_path(struct machine * machine) machine__set_modules_path() argument
1487 struct machine *machine = arg; machine__create_module() local
1503 machine__create_modules(struct machine * machine) machine__create_modules() argument
1529 machine__set_kernel_mmap(struct machine * machine,u64 start,u64 end) machine__set_kernel_mmap() argument
1542 machine__update_kernel_mmap(struct machine * machine,u64 start,u64 end) machine__update_kernel_mmap() argument
1560 machine__create_kernel_maps(struct machine * machine) machine__create_kernel_maps() argument
1619 machine__uses_kcore(struct machine * machine) machine__uses_kcore() argument
1631 perf_event__is_extra_kernel_mmap(struct machine * machine,struct extra_kernel_map * xm) perf_event__is_extra_kernel_mmap() argument
1638 machine__process_extra_kernel_map(struct machine * machine,struct extra_kernel_map * xm) machine__process_extra_kernel_map() argument
1649 machine__process_kernel_mmap_event(struct machine * machine,struct extra_kernel_map * xm,struct build_id * bid) machine__process_kernel_mmap_event() argument
1778 machine__process_mmap2_event(struct machine * machine,union perf_event * event,struct perf_sample * sample) machine__process_mmap2_event() argument
1847 machine__process_mmap_event(struct machine * machine,union perf_event * event,struct perf_sample * sample) machine__process_mmap_event() argument
1905 machine__remove_thread(struct machine * machine,struct thread * th) machine__remove_thread() argument
1910 machine__process_fork_event(struct machine * machine,union perf_event * event,struct perf_sample * sample) machine__process_fork_event() argument
1976 machine__process_exit_event(struct machine * machine,union perf_event * event,struct perf_sample * sample __maybe_unused) machine__process_exit_event() argument
1996 machine__process_event(struct machine * machine,union perf_event * event,struct perf_sample * sample) machine__process_event() argument
3037 machine__for_each_thread(struct machine * machine,int (* fn)(struct thread * thread,void * p),void * priv) machine__for_each_thread() argument
3056 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__for_each_thread() local
3079 machine__thread_list(struct machine * machine,struct list_head * list) machine__thread_list() argument
3095 machine__get_current_tid(struct machine * machine,int cpu) machine__get_current_tid() argument
3103 machine__set_current_tid(struct machine * machine,int cpu,pid_t pid,pid_t tid) machine__set_current_tid() argument
3134 machine__is(struct machine * machine,const char * arch) machine__is() argument
3139 machine__normalized_is(struct machine * machine,const char * arch) machine__normalized_is() argument
3144 machine__nr_cpus_avail(struct machine * machine) machine__nr_cpus_avail() argument
3149 machine__get_kernel_start(struct machine * machine) machine__get_kernel_start() argument
3176 machine__addr_cpumode(struct machine * machine,u8 cpumode,u64 addr) machine__addr_cpumode() argument
3203 machine__findnew_dso_id(struct machine * machine,const char * filename,struct dso_id * id) machine__findnew_dso_id() argument
3208 machine__findnew_dso(struct machine * machine,const char * filename) machine__findnew_dso() argument
3215 struct machine *machine = vmachine; machine__resolve_kernel_addr() local
3227 machine__for_each_dso(struct machine * machine,machine__dso_t fn,void * priv) machine__for_each_dso() argument
3239 machine__for_each_kernel_map(struct machine * machine,machine__map_t fn,void * priv) machine__for_each_kernel_map() argument
3246 machine__is_lock_function(struct machine * machine,u64 addr) machine__is_lock_function() argument
[all...]
H A Devent.c222 struct machine *machine) in perf_event__process_comm() argument
230 struct machine *machine) in perf_event__process_namespaces() argument
238 struct machine *machine) in perf_event__process_cgroup() argument
246 perf_event__process_lost(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_lost() argument
254 perf_event__process_aux(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_aux() argument
262 perf_event__process_itrace_start(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
270 perf_event__process_aux_output_hw_id(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
278 perf_event__process_lost_samples(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_lost_samples() argument
286 perf_event__process_switch(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_switch() argument
294 perf_event__process_ksymbol(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample __maybe_unused,struct machine * machine) perf_event__process_ksymbol() argument
302 perf_event__process_bpf(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_bpf() argument
310 perf_event__process_text_poke(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_text_poke() argument
393 perf_event__process_mmap(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_mmap() argument
401 perf_event__process_mmap2(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_mmap2() argument
416 perf_event__process_fork(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_fork() argument
424 perf_event__process_exit(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process_exit() argument
503 perf_event__fprintf_text_poke(union perf_event * event,struct machine * machine,FILE * fp) perf_event__fprintf_text_poke() argument
533 perf_event__fprintf(union perf_event * event,struct machine * machine,FILE * fp) perf_event__fprintf() argument
593 perf_event__process(struct perf_tool * tool __maybe_unused,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__process() argument
602 struct machine *machine = maps__machine(maps); thread__find_map() local
667 struct machine *machine = maps__machine(thread__maps(thread)); thread__find_map_fb() local
711 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() argument
127 static struct dso *__machine__addnew_vdso(struct machine *machine, const char *short_name, in __machine__addnew_vdso() argument
144 struct machine *machine; global() member
160 machine__thread_dso_type(struct machine * machine,struct thread * thread) machine__thread_dso_type() argument
249 __machine__findnew_compat(struct machine * machine,struct vdso_file * vdso_file) __machine__findnew_compat() argument
268 __machine__findnew_vdso_compat(struct machine * machine,struct thread * thread,struct vdso_info * vdso_info,struct dso ** dso) __machine__findnew_vdso_compat() argument
302 machine__find_vdso(struct machine * machine,struct thread * thread) machine__find_vdso() argument
332 machine__findnew_vdso(struct machine * machine,struct thread * thread) machine__findnew_vdso() argument
[all...]
H A Ddso.c468 dso__set_module_info(struct dso * dso,struct kmod_path * m,struct machine * machine) dso__set_module_info() argument
534 __open_dso(struct dso * dso,struct machine * machine) __open_dso() argument
599 open_dso(struct dso * dso,struct machine * machine) open_dso() argument
723 try_to_open_dso(struct dso * dso,struct machine * machine) try_to_open_dso() argument
764 dso__data_get_fd(struct dso * dso,struct machine * machine) dso__data_get_fd() argument
927 file_read(struct dso * dso,struct machine * machine,u64 offset,char * data) file_read() argument
953 dso_cache__populate(struct dso * dso,struct machine * machine,u64 offset,ssize_t * ret) dso_cache__populate() argument
994 dso_cache__find(struct dso * dso,struct machine * machine,u64 offset,ssize_t * ret) dso_cache__find() argument
1003 dso_cache_io(struct dso * dso,struct machine * machine,u64 offset,u8 * data,ssize_t size,bool out) dso_cache_io() argument
1021 cached_io(struct dso * dso,struct machine * machine,u64 offset,u8 * data,ssize_t size,bool out) cached_io() argument
1050 file_size(struct dso * dso,struct machine * machine) file_size() argument
1084 dso__data_file_size(struct dso * dso,struct machine * machine) dso__data_file_size() argument
1105 dso__data_size(struct dso * dso,struct machine * machine) dso__data_size() argument
1114 data_read_write_offset(struct dso * dso,struct machine * machine,u64 offset,u8 * data,ssize_t size,bool out) data_read_write_offset() argument
1142 dso__data_read_offset(struct dso * dso,struct machine * machine,u64 offset,u8 * data,ssize_t size) dso__data_read_offset() argument
1162 dso__data_read_addr(struct dso * dso,struct map * map,struct machine * machine,u64 addr,u8 * data,ssize_t size) dso__data_read_addr() argument
1180 dso__data_write_cache_offs(struct dso * dso,struct machine * machine,u64 offset,const u8 * data_in,ssize_t size) dso__data_write_cache_offs() argument
1203 dso__data_write_cache_addr(struct dso * dso,struct map * map,struct machine * machine,u64 addr,const u8 * data,ssize_t size) dso__data_write_cache_addr() argument
1224 machine__findnew_kernel(struct machine * machine,const char * name,const char * short_name,int dso_type) machine__findnew_kernel() argument
1432 dso__read_running_kernel_build_id(struct dso * dso,struct machine * machine) dso__read_running_kernel_build_id() argument
1489 dso__type(struct dso * dso,struct machine * machine) dso__type() argument
[all...]
H A Dsynthetic-events.c52 struct machine *machine, in perf_tool__process_synth_event() argument
154 struct machine *machine, in perf_event__prepare_comm() argument
193 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
225 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
264 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
367 perf_record_mmap2__read_build_id(struct perf_record_mmap2 * event,struct machine * machine,bool is_kernel) perf_record_mmap2__read_build_id() argument
425 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
549 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
589 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
635 perf_event__synthesize_cgroups(struct perf_tool * tool,perf_event__handler_t process,struct machine * machine) perf_event__synthesize_cgroups() argument
671 struct machine *machine; global() member
721 perf_event__synthesize_modules(struct perf_tool * tool,perf_event__handler_t process,struct machine * machine) perf_event__synthesize_modules() argument
766 __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
858 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
934 __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
998 struct machine *machine; global() member
1020 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
1116 __perf_event__synthesize_kernel_mmap(struct perf_tool * tool,perf_event__handler_t process,struct machine * machine) __perf_event__synthesize_kernel_mmap() argument
1188 perf_event__synthesize_kernel_mmap(struct perf_tool * tool,perf_event__handler_t process,struct machine * machine) perf_event__synthesize_kernel_mmap() argument
1202 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
1352 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
1370 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
1410 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
1431 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
1830 __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
1922 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
1927 __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
1962 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
2229 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 Ddb-export.c49 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine() argument
63 struct machine *machine, struct thread *main_thread) in db_export__thread() argument
147 struct machine *machin in 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; db_export__sample() local
528 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
555 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 Dbpf-event.c35 static int machine__process_bpf_event_load(struct machine *machine, in machine__process_bpf_event_load() argument
72 int machine__process_bpf(struct machine *machine, union perf_event *event, in machine__process_bpf() argument
166 struct machine *machine, in perf_event__synthesize_one_bpf_prog() argument
312 struct machine *machine; global() member
319 struct machine *machine = data->machine; process_bpf_image() local
380 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 Ddwarf-regs.c40 const char *get_dwarf_regstr(unsigned int n, unsigned int machine) in get_dwarf_regstr()
81 int get_dwarf_regnum(const char *name, unsigned int machine) in get_dwarf_regnum()
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 Dprint_insn.c31 capstone_init(struct machine * machine,csh * cs_handle) capstone_init() argument
97 sample__fprintf_insn_asm(struct perf_sample * sample,struct thread * thread,struct machine * machine,FILE * fp) sample__fprintf_insn_asm() argument
[all...]
/linux/sound/soc/amd/
H A Dacp-da7219-max98357a.c250 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_da7219_play_startup() local
271 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_da7219_cap_startup() local
293 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_max_startup() local
314 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_dmic0_startup() local
335 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_dmic1_startup() local
362 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_rt5682_play_startup() local
383 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_rt5682_cap_startup() local
405 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_rt5682_max_startup() local
426 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_rt5682_dmic0_startup() local
447 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); in cz_rt5682_dmic1_startup() local
[all …]
H A Dacp3x-rt5682-max9836.c199 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); in acp3x_5682_startup() local
217 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); in acp3x_max_startup() local
234 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); in acp3x_ec_dmic0_startup() local
503 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 *machine) in test2() 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 *machine) in test2() 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 Ddwarf-unwind.c43 struct machine *machine) in mmap_handler()
48 static int init_live_machine(struct machine *machine) in init_live_machine()
202 struct machine *machine; in test__dwarf_unwind() local
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.c134 static int synth_all(struct machine *machine) in synth_all()
141 static int synth_process(struct machine *machine) in synth_process()
158 struct machine *machine; in mmap_events() local
H A Dsymbols.c16 struct machine *machine; member
59 static struct map *find_module_map(struct machine *machine, struct dso *dso) in find_module_map() argument
155 process_subdivided_dso(struct machine * machine,struct dso * dso) process_subdivided_dso() argument
[all...]
H A Dhists_filter.c50 struct machine *machine) in add_hist_entries()
120 struct machine *machine; in test__hists_filter() local
/linux/tools/perf/
H A Dbuiltin-kwork.c452 struct machine *machine, in work_push_atom() argument
511 struct machine *machine, in work_pop_atom() argument
603 struct machine *machine) in report_entry_event() argument
614 struct machine *machin in report_exit_event() argument
658 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
669 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
691 timehist_save_callchain(struct perf_kwork * kwork,struct perf_sample * sample,struct evsel * evsel,struct machine * machine) timehist_save_callchain() argument
817 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
828 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
849 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
900 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
911 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
941 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
964 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
977 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
1043 process_softirq_raise_event(struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_softirq_raise_event() argument
1057 process_softirq_entry_event(struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_softirq_entry_event() argument
1071 process_softirq_exit_event(struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_softirq_exit_event() argument
1173 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
1187 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
1201 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
1237 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
1272 process_sched_switch_event(struct perf_tool * tool,struct evsel * evsel,struct perf_sample * sample,struct machine * machine) process_sched_switch_event() argument
1957 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 Dbuiltin-inject.c354 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
378 perf_event__repipe_mmap(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_mmap() argument
392 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
414 findnew_dso(int pid,int tid,const char * filename,struct dso_id * id,struct machine * machine) findnew_dso() argument
462 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
481 perf_event__repipe_mmap2(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_mmap2() argument
507 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
531 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
572 perf_event__repipe_fork(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_fork() argument
585 perf_event__repipe_comm(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_comm() argument
598 perf_event__repipe_namespaces(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_namespaces() argument
610 perf_event__repipe_exit(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) perf_event__repipe_exit() argument
717 dso__inject_build_id(struct dso * dso,struct perf_tool * tool,struct machine * machine,u8 cpumode,u32 flags) dso__inject_build_id() argument
750 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
804 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
829 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
1576 host__repipe(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) host__repipe() argument
1667 host__context_switch(struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine) host__context_switch() 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/sound/soc/tegra/
H A Dtegra_asoc_machine.c55 struct tegra_machine *machine = (struct tegra_machine *)data; in coupled_mic_hp_check() local
82 struct tegra_machine *machine = snd_soc_card_get_drvdata(dapm->card); in tegra_machine_event() local
142 struct tegra_machine *machine = snd_soc_card_get_drvdata(card); in tegra_asoc_machine_init() local
296 struct tegra_machine *machine = snd_soc_card_get_drvdata(card); in tegra_machine_hw_params() local
431 struct tegra_machine *machine; in tegra_asoc_machine_probe() local
/linux/sound/soc/amd/vangogh/
H A Dacp5x-mach.c148 struct acp5x_platform_info *machine = snd_soc_card_get_drvdata(rtd->card); in acp5x_8821_startup() local
201 struct acp5x_platform_info *machine = snd_soc_card_get_drvdata(rtd->card); in acp5x_cs35l41_startup() local
338 struct acp5x_platform_info *machine = snd_soc_card_get_drvdata(rtd->card); in acp5x_max98388_startup() local
458 struct acp5x_platform_info *machine; in acp5x_probe() local

12345