Home
last modified time | relevance | path

Searched defs:machine (Results 126 - 150 of 197) sorted by relevance

12345678

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbuild-id.c326 static int machine__write_buildid_table(struct machine *machine, in machine__write_buildid_table() argument
44 build_id__mark_dso_hit(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) build_id__mark_dso_hit() argument
67 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
399 machine__hit_all_dsos(struct machine *machine) machine__hit_all_dsos() argument
837 dso__cache_build_id(struct dso *dso, struct machine *machine) dso__cache_build_id() argument
851 __dsos__cache_build_ids(struct list_head *head, struct machine *machine) __dsos__cache_build_ids() argument
864 machine__cache_build_ids(struct machine *machine) machine__cache_build_ids() argument
890 machine__read_build_ids(struct machine *machine, bool with_hits) machine__read_build_ids() argument
[all...]
H A Djitdump.c37 struct machine *machine; member
767 static void jit_add_pid(struct machine *machine, pid_ argument
779 jit_has_pid(struct machine *machine, pid_t pid) jit_has_pid() argument
790 jit_process(struct perf_session *session, struct perf_data *output, struct machine *machine, char *filename, pid_t pid, u64 *nbytes) jit_process() argument
[all...]
H A Ds390-cpumsf.c172 struct machine *machine; member
H A Dintel-bts.c50 struct machine *machine; member
320 struct machine *machine = btsq->bts->machine; in intel_bts_get_next_insn() local
[all...]
H A Dmap.c130 struct map *map__new(struct machine *machine, u64 start, u64 len, in map__new() argument
523 void maps__init(struct maps *maps, struct machine *machine) in maps__init() argument
624 maps__new(struct machine *machine) maps__new() argument
[all...]
H A Ddso.c484 static int __open_dso(struct dso *dso, struct machine *machine) in __open_dso() argument
536 static int open_dso(struct dso *dso, struct machine *machine) in open_dso() argument
423 dso__set_module_info(struct dso *dso, struct kmod_path *m, struct machine *machine) dso__set_module_info() argument
657 try_to_open_dso(struct dso *dso, struct machine *machine) try_to_open_dso() argument
698 dso__data_get_fd(struct dso *dso, struct machine *machine) dso__data_get_fd() argument
859 file_read(struct dso *dso, struct machine *machine, u64 offset, char *data) file_read() argument
884 dso_cache__populate(struct dso *dso, struct machine *machine, u64 offset, ssize_t *ret) dso_cache__populate() argument
923 dso_cache__find(struct dso *dso, struct machine *machine, u64 offset, ssize_t *ret) dso_cache__find() argument
933 dso_cache_io(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) dso_cache_io() argument
951 cached_io(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) cached_io() argument
980 file_size(struct dso *dso, struct machine *machine) file_size() argument
1014 dso__data_file_size(struct dso *dso, struct machine *machine) dso__data_file_size() argument
1035 dso__data_size(struct dso *dso, struct machine *machine) dso__data_size() argument
1044 data_read_write_offset(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) data_read_write_offset() argument
1072 dso__data_read_offset(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size) dso__data_read_offset() argument
1091 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
1109 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
1131 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
1152 machine__findnew_kernel(struct machine *machine, const char *name, const char *short_name, int dso_type) machine__findnew_kernel() argument
1353 dso__read_running_kernel_build_id(struct dso *dso, struct machine *machine) dso__read_running_kernel_build_id() argument
1410 dso__type(struct dso *dso, struct machine *machine) dso__type() argument
[all...]
H A Dthread-stack.c159 struct machine *machine = thread->maps->machine; in thread_stack__init() local
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dcode-reading.c374 static int process_sample_event(struct machine *machine, in process_sample_event() argument
398 static int process_event(struct machine *machine, struct evlist *evlist, in process_event() argument
421 static int process_events(struct machine *machine, struc argument
555 struct machine *machine; do_test_code_reading() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
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) perf_event__process_comm() argument
227 perf_event__process_namespaces(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__process_namespaces() argument
235 perf_event__process_cgroup(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_event__process_cgroup() argument
243 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
251 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
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) perf_event__process_itrace_start() 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) perf_event__process_aux_output_hw_id() argument
275 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
283 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
291 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
299 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
307 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
390 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
398 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
413 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
421 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
590 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 Djitdump.c38 struct machine *machine; member
793 static void jit_add_pid(struct machine *machine, pid_ argument
806 jit_has_pid(struct machine *machine, pid_t pid) jit_has_pid() argument
820 jit_process(struct perf_session *session, struct perf_data *output, struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes) jit_process() argument
[all...]
H A Dmap.c118 struct map *map__new(struct machine *machine, u64 start, u64 len, in map__new() argument
540 struct machine *machine = maps__machine(kmap->kmaps); in map__rip_2objdump() local
[all...]
H A Ds390-cpumsf.c173 struct machine *machine; member
H A Darm-spe.c47 struct machine *machine; member
[all...]
H A Dbuild-id.c330 static int machine__write_buildid_table(struct machine *machine, in machine__write_buildid_table() argument
45 build_id__mark_dso_hit(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) build_id__mark_dso_hit() argument
70 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
403 machine__hit_all_dsos(struct machine *machine) machine__hit_all_dsos() argument
916 dso__cache_build_id(struct dso *dso, struct machine *machine, void *priv __maybe_unused) dso__cache_build_id() argument
993 machine__read_build_ids(struct machine *machine, bool with_hits) machine__read_build_ids() argument
[all...]
H A Ddso.c532 static int __open_dso(struct dso *dso, struct machine *machine) in __open_dso() argument
597 static int open_dso(struct dso *dso, struct machine *machine) in open_dso() argument
466 dso__set_module_info(struct dso *dso, struct kmod_path *m, struct machine *machine) dso__set_module_info() argument
721 try_to_open_dso(struct dso *dso, struct machine *machine) try_to_open_dso() argument
762 dso__data_get_fd(struct dso *dso, struct machine *machine) dso__data_get_fd() argument
925 file_read(struct dso *dso, struct machine *machine, u64 offset, char *data) file_read() argument
950 dso_cache__populate(struct dso *dso, struct machine *machine, u64 offset, ssize_t *ret) dso_cache__populate() argument
991 dso_cache__find(struct dso *dso, struct machine *machine, u64 offset, ssize_t *ret) dso_cache__find() argument
1001 dso_cache_io(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) dso_cache_io() argument
1019 cached_io(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) cached_io() argument
1048 file_size(struct dso *dso, struct machine *machine) file_size() argument
1082 dso__data_file_size(struct dso *dso, struct machine *machine) dso__data_file_size() argument
1103 dso__data_size(struct dso *dso, struct machine *machine) dso__data_size() argument
1112 data_read_write_offset(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) data_read_write_offset() argument
1140 dso__data_read_offset(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size) dso__data_read_offset() argument
1159 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
1178 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
1200 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
1222 machine__findnew_kernel(struct machine *machine, const char *name, const char *short_name, int dso_type) machine__findnew_kernel() argument
1426 dso__read_running_kernel_build_id(struct dso *dso, struct machine *machine) dso__read_running_kernel_build_id() argument
1483 dso__type(struct dso *dso, struct machine *machine) dso__type() argument
[all...]
H A Dintel-bts.c50 struct machine *machine; member
320 struct machine *machine = btsq->bts->machine; in intel_bts_get_next_insn() local
[all...]
H A Dthread-stack.c159 struct machine *machine = maps__machine(thread__maps(thread)); in thread_stack__init() local
/kernel/linux/linux-6.6/sound/soc/tegra/
H A DMakefile
H A Dtegra_asoc_machine.c56 struct tegra_machine *machine = (struct tegra_machine *)data; in coupled_mic_hp_check() local
83 struct tegra_machine *machine = snd_soc_card_get_drvdata(dapm->card); in tegra_machine_event() local
139 struct tegra_machine *machine in tegra_asoc_machine_init() local
293 struct tegra_machine *machine = snd_soc_card_get_drvdata(card); tegra_machine_hw_params() local
428 struct tegra_machine *machine; tegra_asoc_machine_probe() local
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c764 static struct task *tasks_list(struct task *task, struct machine *machine) in tasks_list() argument
826 struct machine *machin in tasks_print() local
240 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
[all...]
H A Dbuiltin-kvm.c678 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
H A Dbuiltin-lock.c809 process_sample_event(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
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) perf_event__process_sample() argument
1147 struct machine *machine; deliver_event() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h86 const char *machine; member
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-top.c744 perf_event__process_sample(struct perf_tool *tool, const union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) perf_event__process_sample() argument
1145 struct machine *machine; deliver_event() local
[all...]

Completed in 32 milliseconds

12345678