Searched defs:machine (Results 1 - 25 of 107) sorted by last modified time

12345

/linux-master/sound/soc/amd/yc/
H A Dacp6x-mach.c460 struct acp6x_pdm *machine = NULL; local
/linux-master/arch/powerpc/
H A DMakefile
/linux-master/tools/perf/util/
H A Dunwind-libunwind.c21 struct machine *machine; local
H A Dunwind-libunwind-local.c97 struct machine *machine; member in struct:unwind_info
284 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine, argument
362 read_unwind_spec_debug_frame(struct dso *dso, struct machine *machine, u64 *offset) argument
[all...]
H A Dsymbol.c843 struct machine *machine; local
1291 struct machine *machine; local
1782 struct machine *machine = NULL; local
2225 struct machine *machine = maps__machine(map__kmaps(map)); local
[all...]
H A Dthread.c22 int thread__init_maps(struct thread *thread, struct machine *machine) argument
430 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) argument
441 int thread__memcpy(struct thread *thread, struct machine *machine, argument
[all...]
H A Dsession.c1472 deliver_sample_value(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct sample_read_value *v, struct machine *machine) argument
1504 deliver_sample_group(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, u64 read_format) argument
1524 evlist__deliver_sample(struct evlist *evlist, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
1553 struct machine *machine; local
2805 struct machine *machine = machines__findnew(&session->machines, machine_pid); local
2826 struct machine *machine = &session->machines.host; local
[all...]
H A Dprint_insn.c31 static int capstone_init(struct machine *machine, csh *cs_handle) argument
96 sample__fprintf_insn_asm(struct perf_sample *sample, struct thread *thread, struct machine *machine, FILE *fp) argument
[all...]
H A Dmap.c117 struct map *map__new(struct machine *machine, u64 start, u64 len, argument
540 struct machine *machine = maps__machine(kmap->kmaps); local
[all...]
H A Dmachine.h32 struct machine { struct
67 struct map *machine__kernel_map(struct machine *machine) argument
76 struct maps *machine__kernel_maps(struct machine *machine) argument
83 machine__kernel_start(struct machine *machine) argument
90 machine__kernel_ip(struct machine *machine, u64 ip) argument
193 machine__is_default_guest(struct machine *machine) argument
198 machine__is_host(struct machine *machine) argument
216 machine__find_kernel_symbol(struct machine *machine, u64 addr, struct map **mapp) argument
223 machine__find_kernel_symbol_by_name(struct machine *machine, const char *name, struct map **mapp) argument
[all...]
H A Dmaps.c38 struct machine *machine; local
222 static void maps__init(struct maps *maps, struct machine *machine) argument
255 struct maps *maps__new(struct machine *machine) argument
[all...]
H A Dmachine.c46 static struct dso *machine__kernel_dso(struct machine *machine) argument
58 static int machine__set_mmap_name(struct machine *machine) argument
79 machine__init(struct machine *machine, const char *root_dir, pid_t pid) argument
136 struct machine *machine = malloc(sizeof(*machine)); local
153 struct machine *machine = machine__new_host(); local
190 machine__delete_threads(struct machine *machine) argument
195 machine__exit(struct machine *machine) argument
212 machine__delete(struct machine *machine) argument
237 struct machine *pos, *machine = malloc(sizeof(*machine)); local
274 struct machine *machine = rb_entry(nd, struct machine, rb_node); local
284 struct machine *machine; local
310 struct machine *machine = machines__find(machines, pid); local
342 struct machine *machine = machines__find(machines, pid); local
374 findnew_guest_code(struct machine *machine, struct machine *host_machine, pid_t pid) argument
418 struct machine *machine = machines__findnew(machines, pid); local
423 machine__findnew_guest_code(struct machine *machine, pid_t pid) argument
450 struct machine *machine; local
463 machine__update_thread_pid(struct machine *machine, struct thread *th, pid_t pid) argument
514 __machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid, bool create) argument
551 machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) argument
556 machine__find_thread(struct machine *machine, pid_t pid, pid_t tid) argument
569 machine__idle_thread(struct machine *machine) argument
580 machine__thread_exec_comm(struct machine *machine, struct thread *thread) argument
589 machine__process_comm_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) argument
646 machine__process_cgroup_event(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) argument
678 machine__findnew_module_dso(struct machine *machine, struct kmod_path *m, const char *filename) argument
735 machine__process_ksymbol_register(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) argument
795 machine__process_ksymbol_unregister(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) argument
832 machine__process_text_poke(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) argument
875 machine__addnew_module_map(struct machine *machine, u64 start, const char *filename) argument
939 machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp) argument
973 machine__fprintf(struct machine *machine, FILE *fp) argument
985 machine__get_kernel(struct machine *machine) argument
1011 machine__get_kallsyms_filename(struct machine *machine, char *buf, size_t bufsz) argument
1026 machine__get_running_kernel_start(struct machine *machine, const char **symbol_name, u64 *start, u64 *end) argument
1063 machine__create_extra_kernel_map(struct machine *machine, struct dso *kernel, struct extra_kernel_map *xm) argument
1149 machine__map_x86_64_entry_trampolines(struct machine *machine, struct dso *kernel) argument
1203 __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) argument
1217 machine__destroy_kernel_maps(struct machine *machine) argument
1301 struct machine *machine = machines__findnew(machines, pid); local
1309 machine__load_kallsyms(struct machine *machine, const char *filename) argument
1328 machine__load_vmlinux_path(struct machine *machine) argument
1462 machine__set_modules_path(struct machine *machine) argument
1487 struct machine *machine = arg; local
1503 machine__create_modules(struct machine *machine) argument
1529 machine__set_kernel_mmap(struct machine *machine, u64 start, u64 end) argument
1542 machine__update_kernel_mmap(struct machine *machine, u64 start, u64 end) argument
1560 machine__create_kernel_maps(struct machine *machine) argument
1619 machine__uses_kcore(struct machine *machine) argument
1631 perf_event__is_extra_kernel_mmap(struct machine *machine, struct extra_kernel_map *xm) argument
1638 machine__process_extra_kernel_map(struct machine *machine, struct extra_kernel_map *xm) argument
1649 machine__process_kernel_mmap_event(struct machine *machine, struct extra_kernel_map *xm, struct build_id *bid) argument
1778 machine__process_mmap2_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) argument
1847 machine__process_mmap_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) argument
1905 machine__remove_thread(struct machine *machine, struct thread *th) argument
1910 machine__process_fork_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) argument
1976 machine__process_exit_event(struct machine *machine, union perf_event *event, struct perf_sample *sample __maybe_unused) argument
1996 machine__process_event(struct machine *machine, union perf_event *event, struct perf_sample *sample) argument
3037 machine__for_each_thread(struct machine *machine, int (*fn)(struct thread *thread, void *p), void *priv) argument
3056 struct machine *machine = rb_entry(nd, struct machine, rb_node); local
3079 machine__thread_list(struct machine *machine, struct list_head *list) argument
3095 machine__get_current_tid(struct machine *machine, int cpu) argument
3103 machine__set_current_tid(struct machine *machine, int cpu, pid_t pid, pid_t tid) argument
3134 machine__is(struct machine *machine, const char *arch) argument
3139 machine__normalized_is(struct machine *machine, const char *arch) argument
3144 machine__nr_cpus_avail(struct machine *machine) argument
3149 machine__get_kernel_start(struct machine *machine) argument
3176 machine__addr_cpumode(struct machine *machine, u8 cpumode, u64 addr) argument
3203 machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *id) argument
3208 machine__findnew_dso(struct machine *machine, const char *filename) argument
3215 struct machine *machine = vmachine; local
3227 machine__for_each_dso(struct machine *machine, machine__dso_t fn, void *priv) argument
3239 machine__for_each_kernel_map(struct machine *machine, machine__map_t fn, void *priv) argument
3246 machine__is_lock_function(struct machine *machine, u64 addr) argument
[all...]
H A Devent.c219 perf_event__process_comm(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
227 perf_event__process_namespaces(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
235 perf_event__process_cgroup(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
243 perf_event__process_lost(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
251 perf_event__process_aux(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
259 perf_event__process_itrace_start(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
267 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) argument
275 perf_event__process_lost_samples(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
283 perf_event__process_switch(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
291 perf_event__process_ksymbol(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
299 perf_event__process_bpf(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
307 perf_event__process_text_poke(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
390 perf_event__process_mmap(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
398 perf_event__process_mmap2(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
413 perf_event__process_fork(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
421 perf_event__process_exit(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
503 perf_event__fprintf_text_poke(union perf_event *event, struct machine *machine, FILE *fp) argument
533 perf_event__fprintf(union perf_event *event, struct machine *machine, FILE *fp) argument
590 perf_event__process(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
602 struct machine *machine = maps__machine(maps); local
667 struct machine *machine = maps__machine(thread__maps(thread)); local
711 machine__resolve(struct machine *machine, struct addr_location *al, struct perf_sample *sample) argument
[all...]
H A Ddata-convert-json.c149 process_sample_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) argument
H A Dcallchain.c1144 struct machine *machine = maps__machine(node->ms.maps); local
H A Dbpf-event.c35 static int machine__process_bpf_event_load(struct machine *machine, argument
72 int machine__process_bpf(struct machine *machine, union perf_event *event, argument
164 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) argument
312 struct machine *machine; member in struct:kallsyms_parse
319 struct machine *machine = data->machine; local
378 perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process, struct machine *machine, struct record_opts *opts) argument
[all...]
H A Dbpf_lock_contention.c322 struct machine *machine = con->machine; local
406 struct machine *machin local
[all...]
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1162 python_export_machine(struct db_export *dbe, struct machine *machine) argument
1181 python_export_thread(struct db_export *dbe, struct thread *thread, u64 main_thread_db_id, struct machine *machine) argument
1242 python_export_dso(struct db_export *dbe, struct dso *dso, struct machine *machine) argument
1431 python_export_context_switch(struct db_export *dbe, u64 db_id, struct machine *machine, struct perf_sample *sample, u64 th_out_id, u64 comm_out_id, u64 th_in_id, u64 comm_in_id, int flags) argument
1526 python_process_throttle(union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
1557 python_do_process_switch(union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
1597 python_process_switch(union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
[all...]
/linux-master/tools/perf/tests/
H A Dthread-maps-share.c10 struct machine *machine; local
[all...]
H A Dsymbols.c16 struct machine *machine; member in struct:test_info
59 static struct map *find_module_map(struct machine *machine, struct dso *dso) argument
155 process_subdivided_dso(struct machine *machine, struct dso *dso) argument
[all...]
/linux-master/tools/perf/
H A Dbuiltin-trace.c1607 static int trace__process_event(struct trace *trace, struct machine *machine, argument
1637 struct machine *machin local
1626 trace__tool_process(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
[all...]
H A Dbuiltin-top.c743 perf_event__process_sample(struct perf_tool *tool, const union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1144 struct machine *machine; local
[all...]
H A Dbuiltin-script.c1039 grab_bb(u8 *buffer, u64 start, u64 end, struct machine *machine, struct thread *thread, bool *is64bit, u8 *cpumode, bool last) argument
1243 perf_sample__fprintf_brstackinsn(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, struct machine *machine, FILE *fp) argument
1510 script_fetch_insn(struct perf_sample *sample, struct thread *thread, struct machine *machine) argument
1517 perf_sample__fprintf_insn(struct perf_sample *sample, struct perf_event_attr *attr, struct thread *thread, struct machine *machine, FILE *fp) argument
1556 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) argument
2153 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) argument
2364 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
2517 print_event_with_time(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid, u64 timestamp) argument
2553 print_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid) argument
2560 process_comm_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2572 process_namespaces_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2584 process_cgroup_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2596 process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2608 process_exit_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2621 process_mmap_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2633 process_mmap2_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2645 process_switch_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2677 process_lost_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2687 process_throttle_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2708 process_bpf_events(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2720 process_text_poke_events(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
[all...]
H A Dbuiltin-sched.c882 replay_fork_event(struct perf_sched *sched, union perf_event *event, struct machine *machine) argument
1103 latency_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1173 latency_runtime_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1208 latency_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1269 latency_migrate_task_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1488 process_sched_wakeup_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1524 map__findnew_thread(struct perf_sched *sched, struct machine *machine, pid_t pid, pid_t tid) argument
1541 map_switch_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1686 process_sched_switch_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1712 process_sched_runtime_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1725 perf_sched__process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
1742 process_sched_migrate_task_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
1760 perf_sched__process_tracepoint_sample(struct perf_tool *tool __maybe_unused, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
1776 perf_sched__process_comm(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
2157 save_task_callchain(struct perf_sched *sched, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
2318 timehist_get_thread(struct perf_sched *sched, struct perf_sample *sample, struct machine *machine, struct evsel *evsel) argument
2388 timehist_print_wakeup_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *awakened) argument
2431 timehist_sched_wakeup_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
2462 timehist_print_migration_event(struct perf_sched *sched, struct evsel *evsel, struct perf_sample *sample, struct machine *machine, struct thread *migrated) argument
2515 timehist_migrate_task_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
2543 timehist_sched_change_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
2929 perf_timehist__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
[all...]
H A Dbuiltin-report.c875 static int thread_level(struct machine *machin argument
265 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
896 task__print_level(struct machine *machine, struct thread *thread, FILE *fp) argument
920 struct machine *machine = priv; local
1008 struct machine *machine = &rep->session->machines.host; local
[all...]

Completed in 552 milliseconds

12345