Home
last modified time | relevance | path

Searched defs:host_env (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/bench/
H A Dsynthesize.c117 struct perf_env host_env; in run_single_threaded() local
165 struct perf_env host_env; in do_run_multi_threaded() local
/linux/tools/perf/
H A Dbuiltin-kallsyms.c23 struct perf_env host_env; in __cmd_kallsyms() local
H A Dbuiltin-buildid-list.c48 struct perf_env host_env; in buildid__show_kernel_maps() local
H A Dbuiltin-top.c1627 struct perf_env host_env; in cmd_top() local
H A Dbuiltin-lock.c2012 struct perf_env host_env; in __cmd_contention() local
H A Dbuiltin-trace.c143 struct perf_env host_env; member
/linux/tools/perf/tests/
H A Ddwarf-unwind.c184 struct perf_env host_env; in test__dwarf_unwind() local
H A Dmmap-thread-lookup.c159 struct perf_env host_env; in mmap_events() local
H A Dsymbols.c17 struct perf_env host_env; member
H A Ddlfilter-test.c322 struct perf_env host_env; in test__dlfilter_test() local
H A Dcode-reading.c654 struct perf_env host_env; in do_test_code_reading() local
/linux/tools/perf/util/
H A Ddebug.c315 struct perf_env host_env; in __dump_stack() local
H A Dmachine.c132 static struct machine *__machine__new_host(struct perf_env *host_env, bool kernel_maps) in __machine__new_host()
149 struct machine *machine__new_host(struct perf_env *host_env) in machine__new_host()
171 struct machine *machine__new_live(struct perf_env *host_env, bool kernel_maps, pid_t pid) in machine__new_live()
185 struct machine *machine__new_kallsyms(struct perf_env *host_env) in machine__new_kallsyms()
H A Dsession.c142 struct perf_env *host_env) in __perf_session__new()
H A Dprobe-event.c78 static struct perf_env host_env; variable