Searched defs:machine (Results 1 - 64 of 64) sorted by relevance

/linux-4.1.27/arch/nios2/platform/
H A Dplatform.c24 const char *machine; nios2_soc_device_init() local
/linux-4.1.27/include/linux/
H A Dsys_soc.h12 const char *machine; member in struct:soc_device_attribute
H A Dasn1_ber_bytecode.h26 const unsigned char *machine; member in struct:asn1_decoder
H A Dpe.h103 uint16_t machine; /* machine type */ member in struct:pe_hdr
/linux-4.1.27/arch/s390/include/asm/
H A Dcpu.h21 unsigned int machine : 16; member in struct:cpuid
/linux-4.1.27/tools/perf/util/
H A Dunwind-libdw.h14 struct machine *machine; member in struct:unwind_info
H A Dthread.c13 int thread__init_map_groups(struct thread *thread, struct machine *machine) thread__init_map_groups() argument
H A Ddb-export.c109 int db_export__machine(struct db_export *dbe, struct machine *machine) db_export__machine() argument
229 static struct thread *get_main_thread(struct machine *machine, struct thread *thread) get_main_thread() argument
122 db_export__thread(struct db_export *dbe, struct thread *thread, struct machine *machine, struct comm *comm) db_export__thread() argument
199 db_export__dso(struct db_export *dbe, struct dso *dso, struct machine *machine) db_export__dso() argument
H A Dmachine.h26 struct machine { struct
50 struct map *machine__kernel_map(struct machine *machine, enum map_type type) machine__kernel_map() argument
57 static inline u64 machine__kernel_start(struct machine *machine) machine__kernel_start() argument
64 static inline bool machine__kernel_ip(struct machine *machine, u64 ip) machine__kernel_ip() argument
140 static inline bool machine__is_default_guest(struct machine *machine) machine__is_default_guest() argument
145 static inline bool machine__is_host(struct machine *machine) machine__is_host() argument
156 struct symbol *machine__find_kernel_symbol(struct machine *machine, machine__find_kernel_symbol() argument
166 struct symbol *machine__find_kernel_function(struct machine *machine, u64 addr, machine__find_kernel_function() argument
175 struct symbol *machine__find_kernel_function_by_name(struct machine *machine, machine__find_kernel_function_by_name() argument
216 int machine__synthesize_threads(struct machine *machine, struct target *target, machine__synthesize_threads() argument
H A Dmap.h63 struct machine *machine; member in struct:map_groups
H A Dvdso.c104 void vdso__exit(struct machine *machine) vdso__exit() argument
123 static struct dso *vdso__new(struct machine *machine, const char *short_name, vdso__new() argument
139 static enum dso_type machine__thread_dso_type(struct machine *machine, machine__thread_dso_type() argument
233 static struct dso *vdso__findnew_compat(struct machine *machine, vdso__findnew_compat() argument
250 static int vdso__dso_findnew_compat(struct machine *machine, vdso__dso_findnew_compat() argument
284 struct dso *vdso__dso_findnew(struct machine *machine, vdso__dso_findnew() argument
H A Dbuild-id.c198 static int machine__write_buildid_table(struct machine *machine, int fd) machine__write_buildid_table() argument
245 static int machine__hit_all_dsos(struct machine *machine) machine__hit_all_dsos() argument
462 static int dso__cache_build_id(struct dso *dso, struct machine *machine) dso__cache_build_id() argument
491 static int machine__cache_build_ids(struct machine *machine) machine__cache_build_ids() argument
518 static bool machine__read_build_ids(struct machine *machine, bool with_hits) machine__read_build_ids() argument
24 build_id__mark_dso_hit(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel __maybe_unused, struct machine *machine) build_id__mark_dso_hit() argument
49 perf_event__exit_del_thread(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
162 __dsos__write_buildid_table(struct list_head *head, struct machine *machine, pid_t pid, u16 misc, int fd) __dsos__write_buildid_table() argument
478 __dsos__cache_build_ids(struct list_head *head, struct machine *machine) __dsos__cache_build_ids() argument
H A Devent.c797 struct machine *machine = mg->machine; thread__find_addr_map() local
125 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
162 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
178 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
210 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
322 perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_modules() argument
378 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, union perf_event *fork_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
452 perf_event__synthesize_thread_map(struct perf_tool *tool, struct thread_map *threads, perf_event__handler_t process, struct machine *machine, bool mmap_data) perf_event__synthesize_thread_map() argument
520 perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool mmap_data) perf_event__synthesize_threads() argument
610 perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) perf_event__synthesize_kernel_mmap() argument
679 perf_event__process_comm(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__process_comm() argument
687 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
719 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
727 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
742 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
750 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
784 perf_event__process(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__process() argument
880 perf_event__preprocess_sample(const union perf_event *event, struct machine *machine, struct addr_location *al, struct perf_sample *sample) perf_event__preprocess_sample() argument
H A Dmap.c142 struct map *map__new(struct machine *machine, u64 start, u64 len, map__new() argument
416 void map_groups__init(struct map_groups *mg, struct machine *machine) map_groups__init() argument
474 struct map_groups *map_groups__new(struct machine *machine) map_groups__new() argument
H A Dunwind-libunwind.c89 struct machine *machine; member in struct:unwind_info
241 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine, unwind_spec_ehframe() argument
264 static int read_unwind_spec_eh_frame(struct dso *dso, struct machine *machine, read_unwind_spec_eh_frame() argument
290 read_unwind_spec_debug_frame(struct dso *dso, struct machine *machine, u64 *offset) read_unwind_spec_debug_frame() argument
H A Ddso.c305 static int __open_dso(struct dso *dso, struct machine *machine) __open_dso() argument
337 static int open_dso(struct dso *dso, struct machine *machine) open_dso() argument
447 int dso__data_fd(struct dso *dso, struct machine *machine) dso__data_fd() argument
674 off_t dso__data_size(struct dso *dso, struct machine *machine) dso__data_size() argument
716 ssize_t dso__data_read_offset(struct dso *dso, struct machine *machine, dso__data_read_offset() argument
754 struct dso *dso__kernel_findnew(struct machine *machine, const char *name, dso__kernel_findnew() argument
981 void dso__read_running_kernel_build_id(struct dso *dso, struct machine *machine) dso__read_running_kernel_build_id() argument
1130 enum dso_type dso__type(struct dso *dso, struct machine *machine) dso__type() argument
735 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
H A Dsymbol.h186 struct machine *machine; member in struct:addr_location
H A Dheader.c1222 struct machine *machine; __event_process_build_id() local
2745 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
H A Dmachine.c23 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) machine__init() argument
66 struct machine *machine = malloc(sizeof(*machine)); machine__new_host() local
92 void machine__delete_threads(struct machine *machine) machine__delete_threads() argument
104 void machine__exit(struct machine *machine) machine__exit() argument
114 void machine__delete(struct machine *machine) machine__delete() argument
138 struct machine *pos, *machine = malloc(sizeof(*machine)); machines__add() local
174 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__set_symbol_filter() local
187 struct machine *machine = rb_entry(nd, struct machine, rb_node); machines__set_comm_exec() local
197 struct machine *machine; machines__find() local
223 struct machine *machine = machines__find(machines, pid); machines__findnew() local
264 char *machine__mmap_name(struct machine *machine, char *bf, size_t size) machine__mmap_name() argument
281 struct machine *machine; machines__set_id_hdr_size() local
293 static void machine__update_thread_pid(struct machine *machine, machine__update_thread_pid() argument
339 static struct thread *__machine__findnew_thread(struct machine *machine, __machine__findnew_thread() argument
409 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, machine__findnew_thread() argument
415 struct thread *machine__find_thread(struct machine *machine, pid_t pid, machine__find_thread() argument
421 struct comm *machine__thread_exec_comm(struct machine *machine, machine__thread_exec_comm() argument
430 int machine__process_comm_event(struct machine *machine, union perf_event *event, machine__process_comm_event() argument
462 machine__module_dso(struct machine *machine, struct kmod_path *m, machine__module_dso() argument
489 struct map *machine__new_module(struct machine *machine, u64 start, machine__new_module() argument
554 size_t machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp) machine__fprintf_vmlinux_path() argument
573 size_t machine__fprintf(struct machine *machine, FILE *fp) machine__fprintf() argument
587 static struct dso *machine__get_kernel(struct machine *machine) machine__get_kernel() argument
624 static void machine__get_kallsyms_filename(struct machine *machine, char *buf, machine__get_kallsyms_filename() argument
639 static u64 machine__get_running_kernel_start(struct machine *machine, machine__get_running_kernel_start() argument
664 int __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) __machine__create_kernel_maps() argument
691 void machine__destroy_kernel_maps(struct machine *machine) machine__destroy_kernel_maps() argument
787 struct machine *machine = machines__findnew(machines, pid); machines__create_kernel_maps() local
795 int machine__load_kallsyms(struct machine *machine, const char *filename, machine__load_kallsyms() argument
814 int machine__load_vmlinux_path(struct machine *machine, enum map_type type, machine__load_vmlinux_path() argument
952 static int machine__set_modules_path(struct machine *machine) machine__set_modules_path() argument
970 struct machine *machine = arg; machine__create_module() local
982 static int machine__create_modules(struct machine *machine) machine__create_modules() argument
1008 int machine__create_kernel_maps(struct machine *machine) machine__create_kernel_maps() argument
1043 static void machine__set_kernel_mmap_len(struct machine *machine, machine__set_kernel_mmap_len() argument
1061 static bool machine__uses_kcore(struct machine *machine) machine__uses_kcore() argument
1073 static int machine__process_kernel_mmap_event(struct machine *machine, machine__process_kernel_mmap_event() argument
1159 int machine__process_mmap2_event(struct machine *machine, machine__process_mmap2_event() argument
1210 int machine__process_mmap_event(struct machine *machine, union perf_event *event, machine__process_mmap_event() argument
1257 void machine__remove_thread(struct machine *machine, struct thread *th) machine__remove_thread() argument
1272 int machine__process_fork_event(struct machine *machine, union perf_event *event, machine__process_fork_event() argument
1300 int machine__process_exit_event(struct machine *machine, union perf_event *event, machine__process_exit_event() argument
1316 int machine__process_event(struct machine *machine, union perf_event *event, machine__process_event() argument
1749 int machine__for_each_thread(struct machine *machine, machine__for_each_thread() argument
1772 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, __machine__synthesize_threads() argument
1784 pid_t machine__get_current_tid(struct machine *machine, int cpu) machine__get_current_tid() argument
1792 int machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, machine__set_current_tid() argument
1827 int machine__get_kernel_start(struct machine *machine) machine__get_kernel_start() argument
H A Dsession.c804 struct machine *machine; machines__find_for_cpumode() local
901 struct machine *machine; machines__deliver_event() local
826 deliver_sample_value(struct perf_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
849 deliver_sample_group(struct perf_evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) deliver_sample_group() argument
870 perf_evlist__deliver_sample(struct perf_evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) perf_evlist__deliver_sample() argument
1750 perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__handler_t process, struct perf_evlist *evlist, struct machine *machine) perf_event__synthesize_id_index() argument
H A Dsymbol.c689 struct machine *machine; dso__split_kallsyms() local
1099 struct machine *machine; dso__load_kcore() local
1376 struct machine *machine; dso__load() local
1757 struct machine *machine; dso__load_guest_kernel_sym() local
/linux-4.1.27/include/uapi/linux/
H A Dutsname.h11 char machine[9]; member in struct:oldold_utsname
21 char machine[65]; member in struct:old_utsname
29 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
/linux-4.1.27/arch/arm/mach-tegra/
H A Dtegra.c128 char *machine; member in struct:__anon276
/linux-4.1.27/tools/perf/tests/
H A Dthread-mg-share.c10 struct machine *machine; test__thread_mg_share() local
H A Dhists_filter.c105 struct machine *machine; test__hists_filter() local
45 add_hist_entries(struct perf_evlist *evlist, struct machine *machine) add_hist_entries() argument
H A Ddwarf-unwind.c25 static int init_live_machine(struct machine *machine) init_live_machine() argument
144 struct machine *machine; test__dwarf_unwind() local
17 mmap_handler(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) mmap_handler() argument
H A Ddso-data.c104 struct machine machine; test__dso_data() local
239 struct machine machine; test__dso_data_cache() local
296 struct machine machine; test__dso_data_reopen() local
H A Dhists_common.c82 struct machine *machine = machines__find(machines, HOST_KERNEL_ID); setup_fake_machine() local
H A Dhists_link.c62 static int add_hist_entries(struct perf_evlist *evlist, struct machine *machine) add_hist_entries() argument
278 struct machine *machine = NULL; test__hists_link() local
H A Dhists_output.c46 static int add_hist_entries(struct hists *hists, struct machine *machine) add_hist_entries() argument
122 static int test1(struct perf_evsel *evsel, struct machine *machine) test1() argument
224 static int test2(struct perf_evsel *evsel, struct machine *machine) test2() argument
280 static int test3(struct perf_evsel *evsel, struct machine *machine) test3() argument
354 static int test4(struct perf_evsel *evsel, struct machine *machine) test4() argument
456 static int test5(struct perf_evsel *evsel, struct machine *machine) test5() argument
579 struct machine *machine; test__hists_output() local
H A Dmmap-thread-lookup.c128 static int synth_all(struct machine *machine) synth_all() argument
135 static int synth_process(struct machine *machine) synth_process() argument
153 struct machine *machine; mmap_events() local
H A Dcode-reading.c244 static int process_sample_event(struct machine *machine, process_sample_event() argument
268 static int process_event(struct machine *machine, struct perf_evlist *evlist, process_event() argument
291 static int process_events(struct machine *machine, struct perf_evlist *evlist, process_events() argument
388 struct machine *machine; do_test_code_reading() local
H A Dhists_cumulate.c76 static int add_hist_entries(struct hists *hists, struct machine *machine) add_hist_entries() argument
245 static int test1(struct perf_evsel *evsel, struct machine *machine) test1() argument
295 static int test2(struct perf_evsel *evsel, struct machine *machine) test2() argument
442 static int test3(struct perf_evsel *evsel, struct machine *machine) test3() argument
498 static int test4(struct perf_evsel *evsel, struct machine *machine) test4() argument
685 struct machine *machine; test__hists_cumulate() local
/linux-4.1.27/sound/soc/tegra/
H A Dtegra_wm9712.c75 struct tegra_wm9712 *machine; tegra_wm9712_driver_probe() local
147 struct tegra_wm9712 *machine = snd_soc_card_get_drvdata(card); tegra_wm9712_driver_remove() local
H A Dtegra_wm8753.c59 struct tegra_wm8753 *machine = snd_soc_card_get_drvdata(card); tegra_wm8753_hw_params() local
126 struct tegra_wm8753 *machine; tegra_wm8753_driver_probe() local
190 struct tegra_wm8753 *machine = snd_soc_card_get_drvdata(card); tegra_wm8753_driver_remove() local
H A Dtegra_alc5632.c104 struct tegra_alc5632 *machine = snd_soc_card_get_drvdata(rtd->card); tegra_alc5632_asoc_init() local
125 struct tegra_alc5632 *machine = snd_soc_card_get_drvdata(card); tegra_alc5632_card_remove() local
232 struct tegra_alc5632 *machine = snd_soc_card_get_drvdata(card); tegra_alc5632_remove() local
H A Dtegra_max98090.c54 struct tegra_max98090 *machine = snd_soc_card_get_drvdata(card); tegra_max98090_asoc_hw_params() local
148 struct tegra_max98090 *machine = snd_soc_card_get_drvdata(rtd->card); tegra_max98090_asoc_init() local
181 struct tegra_max98090 *machine = snd_soc_card_get_drvdata(card); tegra_max98090_card_remove() local
223 struct tegra_max98090 *machine; tegra_max98090_probe() local
296 struct tegra_max98090 *machine = snd_soc_card_get_drvdata(card); tegra_max98090_remove() local
H A Dtegra_rt5640.c56 struct tegra_rt5640 *machine = snd_soc_card_get_drvdata(card); tegra_rt5640_asoc_hw_params() local
111 struct tegra_rt5640 *machine = snd_soc_card_get_drvdata(rtd->card); tegra_rt5640_asoc_init() local
131 struct tegra_rt5640 *machine = snd_soc_card_get_drvdata(card); tegra_rt5640_card_remove() local
168 struct tegra_rt5640 *machine; tegra_rt5640_probe() local
237 struct tegra_rt5640 *machine = snd_soc_card_get_drvdata(card); tegra_rt5640_remove() local
H A Dtegra_rt5677.c58 struct tegra_rt5677 *machine = snd_soc_card_get_drvdata(card); tegra_rt5677_asoc_hw_params() local
85 struct tegra_rt5677 *machine = snd_soc_card_get_drvdata(card); tegra_rt5677_event_hp() local
144 struct tegra_rt5677 *machine = snd_soc_card_get_drvdata(rtd->card); tegra_rt5677_asoc_init() local
174 struct tegra_rt5677 *machine = snd_soc_card_get_drvdata(card); tegra_rt5677_card_remove() local
216 struct tegra_rt5677 *machine; tegra_rt5677_probe() local
312 struct tegra_rt5677 *machine = snd_soc_card_get_drvdata(card); tegra_rt5677_remove() local
H A Dtegra_wm8903.c64 struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card); tegra_wm8903_hw_params() local
133 struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card); tegra_wm8903_event_int_spk() local
149 struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card); tegra_wm8903_event_hp() local
175 struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card); tegra_wm8903_init() local
205 struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card); tegra_wm8903_remove() local
245 struct tegra_wm8903 *machine; tegra_wm8903_driver_probe() local
369 struct tegra_wm8903 *machine = snd_soc_card_get_drvdata(card); tegra_wm8903_driver_remove() local
/linux-4.1.27/arch/arm/include/asm/xen/
H A Dpage.h64 static inline xpaddr_t machine_to_phys(xmaddr_t machine) machine_to_phys() argument
/linux-4.1.27/arch/alpha/kernel/
H A Dirq_alpha.c127 process_mcheck_info(unsigned long vector, unsigned long la_ptr, const char *machine, int expected) process_mcheck_info() argument
/linux-4.1.27/lib/
H A Dasn1_decoder.c168 const unsigned char *machine = decoder->machine; asn1_ber_decoder() local
/linux-4.1.27/tools/perf/
H A Dbuiltin-annotate.c79 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-inject.c103 perf_event__repipe_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) perf_event__repipe_sample() argument
119 perf_event__repipe_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_mmap() argument
132 perf_event__repipe_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_mmap2() argument
145 perf_event__repipe_fork(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__repipe_fork() argument
184 dso__inject_build_id(struct dso *dso, struct perf_tool *tool, struct machine *machine) dso__inject_build_id() argument
208 perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel __maybe_unused, struct machine *machine) perf_event__inject_buildid() argument
273 perf_inject__sched_switch(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) perf_inject__sched_switch() argument
297 perf_inject__sched_stat(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) perf_inject__sched_stat() argument
H A Dbuiltin-mem.c61 dump_raw_samples(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) dump_raw_samples() argument
110 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel __maybe_unused, struct machine *machine) process_sample_event() argument
H A Dbuiltin-record.c232 static void perf_event__synthesize_guest_os(struct machine *machine, void *data) perf_event__synthesize_guest_os() argument
332 struct machine *machine; __cmd_record() local
194 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-report.c131 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-top.c805 struct machine *machine; perf_top__mmap_read_idx() local
693 perf_event__process_sample(struct perf_tool *tool, const union perf_event *event, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) perf_event__process_sample() argument
H A Dbuiltin-diff.c323 diff__process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) diff__process_sample_event() argument
H A Dbuiltin-kvm.c648 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-lock.c807 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-kmem.c521 struct machine *machine = &session->machines.host; __print_slab_result() local
475 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-script.c545 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
616 process_comm_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_comm_event() argument
650 process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_fork_event() argument
680 process_exit_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_exit_event() argument
711 process_mmap_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap_event() argument
742 process_mmap2_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap2_event() argument
H A Dbuiltin-timechart.c471 cat_backtrace(union perf_event *event, struct perf_sample *sample, struct machine *machine) cat_backtrace() argument
553 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-sched.c759 replay_fork_event(struct perf_sched *sched, union perf_event *event, struct machine *machine) replay_fork_event() argument
949 latency_switch_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_switch_event() argument
1014 latency_runtime_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_runtime_event() argument
1043 latency_wakeup_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_wakeup_event() argument
1097 latency_migrate_task_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) latency_migrate_task_event() argument
1292 process_sched_wakeup_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_wakeup_event() argument
1305 map_switch_event(struct perf_sched *sched, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) map_switch_event() argument
1387 process_sched_switch_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_switch_event() argument
1413 process_sched_runtime_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_runtime_event() argument
1426 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
1443 process_sched_migrate_task_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_migrate_task_event() argument
1461 perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) perf_sched__process_tracepoint_sample() argument
H A Dbuiltin-trace.c1219 int machine; member in struct:trace::__anon14793
1397 static int trace__process_event(struct trace *trace, struct machine *machine, trace__process_event() argument
1415 trace__tool_process(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) trace__tool_process() argument
/linux-4.1.27/arch/x86/include/asm/xen/
H A Dpage.h175 static inline xpaddr_t machine_to_phys(xmaddr_t machine) machine_to_phys() argument
/linux-4.1.27/arch/powerpc/platforms/chrp/
H A Dpci.c214 const char *model, *machine; chrp_find_bridges() local
H A Dsetup.c304 const char *machine = NULL; chrp_setup_arch() local
/linux-4.1.27/sound/soc/intel/atom/sst/
H A Dsst_acpi.c48 char machine[32]; member in struct:sst_machines
/linux-4.1.27/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c530 python_export_machine(struct db_export *dbe, struct machine *machine) python_export_machine() argument
549 python_export_thread(struct db_export *dbe, struct thread *thread, u64 main_thread_db_id, struct machine *machine) python_export_thread() argument
606 python_export_dso(struct db_export *dbe, struct dso *dso, struct machine *machine) python_export_dso() argument
/linux-4.1.27/fs/
H A Dbinfmt_elf.c1343 fill_elf_header(struct elfhdr *elf, int segs, u16 machine, u32 flags) fill_elf_header() argument
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_mr.h266 char machine[MACHINE_LENGTH]; member in struct:host_system_info

Completed in 1278 milliseconds