Searched defs:machine (Results 51 - 75 of 107) sorted by relevance

12345

/linux-master/tools/perf/util/
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...]
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 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 Dlock-contention.h137 struct machine *machine; member in struct:lock_contention
H A Ddlfilter.c234 struct machine *machine = maps__machine(thread__maps(al->thread)); local
287 static __s32 code_read(__u64 ip, struct map *map, struct machine *machin argument
490 dlfilter__do_filter_event(struct dlfilter *d, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine, struct addr_location *al, struct addr_location *addr_al, bool early) argument
[all...]
H A Ddb-export.c49 int db_export__machine(struct db_export *dbe, struct machine *machine) argument
62 db_export__thread(struct db_export *dbe, struct thread *thread, struct machine *machine, struct thread *main_thread) argument
146 db_export__dso(struct db_export *dbe, struct dso *dso, struct machine *machine) argument
209 call_path_from_sample(struct db_export *dbe, struct machine *machine, struct thread *thread, struct perf_sample *sample, struct evsel *evsel) argument
294 db_export__threads(struct db_export *dbe, struct thread *thread, struct thread *main_thread, struct machine *machine, struct comm **comm_ptr) argument
361 struct machine *machine; 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) argument
554 db_export__switch(struct db_export *dbe, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
[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 Ds390-cpumsf.c173 struct machine *machine; member in struct:s390_cpumsf
H A Djitdump.c38 struct machine *machine; member in struct:jit_buf_desc
794 static void jit_add_pid(struct machine *machine, pid_ argument
807 jit_has_pid(struct machine *machine, pid_t pid) argument
821 jit_process(struct perf_session *session, struct perf_data *output, struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes) 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 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 Dintel-bts.c50 struct machine *machine; member in struct:intel_bts
320 struct machine *machine = btsq->bts->machine; local
[all...]
H A Darm-spe.c47 struct machine *machine; member in struct:arm_spe
[all...]
H A Dthread-stack.c159 struct machine *machine = maps__machine(thread__maps(thread)); local
/linux-master/arch/x86/include/asm/xen/
H A Dpage.h236 static inline xpaddr_t machine_to_phys(xmaddr_t machine) argument
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c44 struct machine *machine; member in struct:test_data
[all...]
H A Dcode-reading.c384 static int process_sample_event(struct machine *machine, argument
408 static int process_event(struct machine *machine, struct evlist *evlist, argument
431 static int process_events(struct machine *machine, struc argument
533 struct machine *machine; local
[all...]
/linux-master/sound/soc/amd/
H A Dacp-da7219-max98357a.c250 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
271 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
293 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
314 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
335 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
362 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
383 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
405 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
426 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
447 struct acp_platform_info *machine = snd_soc_card_get_drvdata(card); local
752 struct acp_platform_info *machine; local
[all...]
H A Dacp3x-rt5682-max9836.c199 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); local
217 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); local
234 struct acp3x_platform_info *machine = snd_soc_card_get_drvdata(card); local
503 struct acp3x_platform_info *machine; local
[all...]
/linux-master/include/sound/
H A Dsof.h115 const struct snd_soc_acpi_mach *machine; member in struct:snd_sof_pdata
/linux-master/tools/perf/
H A Dbuiltin-mem.c191 dump_raw_samples(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
265 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel __maybe_unused, struct machine *machine) argument
H A Dbuiltin-annotate.c192 process_branch_callback(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) argument
235 evsel__add_sample(struct evsel *evsel, struct perf_sample *sample, struct addr_location *al, struct perf_annotate *ann, struct machine *machine) argument
280 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) argument
[all...]
/linux-master/sound/soc/tegra/
H A DMakefile
H A Dtegra_asoc_machine.c55 struct tegra_machine *machine = (struct tegra_machine *)data; local
82 struct tegra_machine *machine = snd_soc_card_get_drvdata(dapm->card); local
142 struct tegra_machine *machine local
296 struct tegra_machine *machine = snd_soc_card_get_drvdata(card); local
431 struct tegra_machine *machine; local
[all...]

Completed in 202 milliseconds

12345