/linux/tools/perf/util/ |
H A D | bpf-event.h | 13 struct perf_env; 42 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env); 44 struct perf_env *env, 56 struct perf_env *env __maybe_unused) in evlist__add_bpf_sb_event() 62 struct perf_env *env __maybe_unused, in __bpf_event__print_bpf_prog_info()
|
H A D | cgroup.h | 37 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, 39 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id); 42 void perf_env__purge_cgroups(struct perf_env *env);
|
H A D | mem2node.h | 7 struct perf_env; 16 int mem2node__init(struct mem2node *map, struct perf_env *env);
|
H A D | svghelper.h | 7 struct perf_env; 33 int svg_build_topology_map(struct perf_env *env);
|
H A D | machine.h | 44 struct perf_env *env; 172 struct machine *machine__new_host(struct perf_env *host_env); 173 struct machine *machine__new_kallsyms(struct perf_env *host_env); 174 struct machine *machine__new_live(struct perf_env *host_env, bool kernel_maps, pid_t pid);
|
H A D | bpf-event.c | 48 struct perf_env *env = machine->env; in machine__process_bpf_event_load() 104 static int perf_env__fetch_btf(struct perf_env *env, in perf_env__fetch_btf() 507 struct perf_env *env = &session->header.env; in perf_event__synthesize_final_bpf_metadata() 543 struct perf_env *env; in perf_event__synthesize_one_bpf_prog() 550 * otherwise, use global perf_env. in perf_event__synthesize_one_bpf_prog() 830 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info() 889 struct perf_env *env = data; in bpf_event__sb_cb() 913 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event() 934 struct perf_env *env, in __bpf_event__print_bpf_prog_info()
|
H A D | sample-raw.h | 14 void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env);
|
H A D | session.h | 111 struct perf_env *host_env); 212 struct perf_env *perf_session__env(struct perf_session *session);
|
H A D | sample-raw.c | 15 void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env) in evlist__init_trace_event_sample_raw()
|
H A D | symbol.h | 152 struct perf_env; 153 int symbol__init(struct perf_env *env);
|
H A D | cgroup.c | 557 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, in cgroup__findnew() 573 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id) in cgroup__find() 583 void perf_env__purge_cgroups(struct perf_env *env) in perf_env__purge_cgroups()
|
H A D | amd-sample-raw.c | 336 static void parse_cpuid(struct perf_env *env) in parse_cpuid() 357 struct perf_env *env = perf_session__env(evlist->session); in evlist__has_amd_ibs()
|
H A D | hist.h | 723 float min_pcnt, struct perf_env *env, bool warn_lost_event); 733 float min_percent, struct perf_env *env); 740 struct perf_env *env __maybe_unused, in evlist__tui_browse_hists() 778 struct perf_env *env __maybe_unused) in block_hists_tui_browse()
|
H A D | mem2node.c | 47 int mem2node__init(struct mem2node *map, struct perf_env *env) in mem2node__init()
|
/linux/tools/perf/arch/ |
H A D | common.h | 7 struct perf_env; 9 int perf_env__lookup_objdump(struct perf_env *env, char **path); 10 bool perf_env__single_address_space(struct perf_env *env);
|
H A D | common.c | 144 static int perf_env__lookup_binutils_path(struct perf_env *env, in perf_env__lookup_binutils_path() 221 int perf_env__lookup_objdump(struct perf_env *env, char **path) in perf_env__lookup_objdump() 238 bool perf_env__single_address_space(struct perf_env *env) in perf_env__single_address_space()
|
/linux/tools/perf/ui/browsers/ |
H A D | hists.h | 16 struct perf_env *env;
|
/linux/tools/perf/ |
H A D | builtin-kallsyms.c | 23 struct perf_env host_env; in __cmd_kallsyms()
|
H A D | builtin-buildid-list.c | 48 struct perf_env host_env; in buildid__show_kernel_maps()
|
H A D | builtin-stat.c | 1536 struct perf_env *env = data; in perf_env__get_socket_aggr_by_cpu() 1547 struct perf_env *env = data; in perf_env__get_die_aggr_by_cpu() 1563 static void perf_env__get_cache_id_for_cpu(struct perf_cpu cpu, struct perf_env *env, in perf_env__get_cache_id_for_cpu() 1603 struct perf_env *env = data; in perf_env__get_cache_aggr_by_cpu() 1620 struct perf_env *env = data; in perf_env__get_cluster_aggr_by_cpu() 1634 struct perf_env *env = data; in perf_env__get_core_aggr_by_cpu() 1653 struct perf_env *env = data; in perf_env__get_cpu_aggr_by_cpu() 1792 struct perf_env *env = perf_session__env(st->session); in perf_stat_init_aggr_mode_file() 2115 struct perf_env *env = perf_session__env(session); in process_stat_round_event()
|
H A D | builtin-c2c.c | 199 struct perf_env *env); 205 struct perf_env *env) in he__get_c2c_hists() 1972 struct perf_env *env __maybe_unused) in c2c_hists__init_output() 1986 static int c2c_hists__init_sort(struct perf_hpp_list *hpp_list, char *name, struct perf_env *env) in c2c_hists__init_sort() 2028 struct perf_env *env) in hpp_list__parse() 2060 struct perf_env *env) in c2c_hists__init() 2080 struct perf_env *env) in c2c_hists__reinit() 2218 struct perf_env *env = arg; in resort_cl_cb() 2277 struct perf_env *env = perf_session__env(session); in setup_nodes() 2459 static void print_pareto(FILE *out, struct perf_env *en [all...] |
/linux/tools/perf/tests/ |
H A D | mem2node.c | 51 struct perf_env env = { in test__mem2node()
|
H A D | mmap-thread-lookup.c | 159 struct perf_env host_env; in mmap_events()
|
H A D | dwarf-unwind.c | 184 struct perf_env host_env; in test__dwarf_unwind()
|
H A D | symbols.c | 17 struct perf_env host_env;
|