Symbol: perf_env
tools/perf/arch/common.c
149
static bool is_native_compatible(struct perf_env *env, uint16_t target, uint16_t host)
tools/perf/arch/common.c
177
static int perf_env__lookup_binutils_path(struct perf_env *env,
tools/perf/arch/common.c
267
int perf_env__lookup_objdump(struct perf_env *env, char **path)
tools/perf/arch/common.c
284
bool perf_env__single_address_space(struct perf_env *env)
tools/perf/arch/common.h
10
bool perf_env__single_address_space(struct perf_env *env);
tools/perf/arch/common.h
7
struct perf_env;
tools/perf/arch/common.h
9
int perf_env__lookup_objdump(struct perf_env *env, char **path);
tools/perf/bench/synthesize.c
118
struct perf_env host_env;
tools/perf/bench/synthesize.c
166
struct perf_env host_env;
tools/perf/builtin-buildid-list.c
48
struct perf_env host_env;
tools/perf/builtin-c2c.c
2031
struct perf_env *env __maybe_unused)
tools/perf/builtin-c2c.c
2045
static int c2c_hists__init_sort(struct perf_hpp_list *hpp_list, char *name, struct perf_env *env)
tools/perf/builtin-c2c.c
207
struct perf_env *env);
tools/perf/builtin-c2c.c
2090
struct perf_env *env)
tools/perf/builtin-c2c.c
2122
struct perf_env *env)
tools/perf/builtin-c2c.c
213
struct perf_env *env)
tools/perf/builtin-c2c.c
2142
struct perf_env *env)
tools/perf/builtin-c2c.c
2280
struct perf_env *env = arg;
tools/perf/builtin-c2c.c
2338
struct perf_env *env = perf_session__env(session);
tools/perf/builtin-c2c.c
2525
static void print_pareto(FILE *out, struct perf_env *env)
tools/perf/builtin-c2c.c
3155
struct perf_env *env;
tools/perf/builtin-kallsyms.c
23
struct perf_env host_env;
tools/perf/builtin-lock.c
2013
struct perf_env host_env;
tools/perf/builtin-record.c
2266
struct perf_env *env = perf_session__env(session);
tools/perf/builtin-record.c
2441
struct perf_env *env;
tools/perf/builtin-sched.c
3385
struct perf_env *env;
tools/perf/builtin-script.c
4212
struct perf_env *env;
tools/perf/builtin-script.c
751
struct perf_env *env;
tools/perf/builtin-stat.c
1638
struct perf_env *env = data;
tools/perf/builtin-stat.c
1650
struct perf_env *env = data;
tools/perf/builtin-stat.c
1667
static void perf_env__get_cache_id_for_cpu(struct perf_cpu cpu, struct perf_env *env,
tools/perf/builtin-stat.c
1707
struct perf_env *env = data;
tools/perf/builtin-stat.c
1725
struct perf_env *env = data;
tools/perf/builtin-stat.c
1740
struct perf_env *env = data;
tools/perf/builtin-stat.c
1760
struct perf_env *env = data;
tools/perf/builtin-stat.c
1900
struct perf_env *env = perf_session__env(st->session);
tools/perf/builtin-stat.c
2216
struct perf_env *env = perf_session__env(session);
tools/perf/builtin-top.c
1638
struct perf_env host_env;
tools/perf/builtin-trace.c
143
struct perf_env host_env;
tools/perf/tests/code-reading.c
713
struct perf_env host_env;
tools/perf/tests/dlfilter-test.c
325
struct perf_env host_env;
tools/perf/tests/dwarf-unwind.c
184
struct perf_env host_env;
tools/perf/tests/mem2node.c
51
struct perf_env env = {
tools/perf/tests/mmap-thread-lookup.c
159
struct perf_env host_env;
tools/perf/tests/symbols.c
17
struct perf_env host_env;
tools/perf/tests/topology.c
77
struct perf_env *env;
tools/perf/ui/browsers/hists.c
2295
struct perf_env *env)
tools/perf/ui/browsers/hists.c
3001
struct perf_env *env, bool warn_lost_event)
tools/perf/ui/browsers/hists.c
3460
struct perf_env *env;
tools/perf/ui/browsers/hists.c
3615
struct hist_browser_timer *hbt, float min_pcnt, struct perf_env *env,
tools/perf/ui/browsers/hists.c
3665
float min_pcnt, struct perf_env *env, bool warn_lost_event)
tools/perf/ui/browsers/hists.c
3711
float min_percent, struct perf_env *env)
tools/perf/ui/browsers/hists.h
16
struct perf_env *env;
tools/perf/util/amd-sample-raw.c
403
static void parse_cpuid(struct perf_env *env)
tools/perf/util/amd-sample-raw.c
424
struct perf_env *env = perf_session__env(evlist->session);
tools/perf/util/aslr.c
364
struct perf_env *env = session_machine ? session_machine->env : NULL;
tools/perf/util/auxtrace.c
1945
struct auxtrace_record *itr, struct perf_env *env,
tools/perf/util/auxtrace.c
2057
struct perf_env *env, const struct perf_tool *tool,
tools/perf/util/auxtrace.c
2064
struct auxtrace_record *itr, struct perf_env *env,
tools/perf/util/auxtrace.h
21
struct perf_env;
tools/perf/util/auxtrace.h
510
struct perf_env *env, const struct perf_tool *tool,
tools/perf/util/auxtrace.h
514
struct auxtrace_record *itr, struct perf_env *env,
tools/perf/util/block-info.c
503
struct evsel *evsel, struct perf_env *env)
tools/perf/util/block-info.h
72
struct evsel *evsel, struct perf_env *env);
tools/perf/util/bpf-event.c
108
static int perf_env__fetch_btf(struct perf_env *env,
tools/perf/util/bpf-event.c
48
struct perf_env *env = machine->env;
tools/perf/util/bpf-event.c
526
struct perf_env *env = &session->header.env;
tools/perf/util/bpf-event.c
562
struct perf_env *env;
tools/perf/util/bpf-event.c
853
static int perf_env__add_bpf_info(struct perf_env *env, u32 id)
tools/perf/util/bpf-event.c
921
struct perf_env *env = data;
tools/perf/util/bpf-event.c
946
int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env)
tools/perf/util/bpf-event.c
967
struct perf_env *env,
tools/perf/util/bpf-event.h
13
struct perf_env;
tools/perf/util/bpf-event.h
42
int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env);
tools/perf/util/bpf-event.h
44
struct perf_env *env,
tools/perf/util/bpf-event.h
56
struct perf_env *env __maybe_unused)
tools/perf/util/bpf-event.h
62
struct perf_env *env __maybe_unused,
tools/perf/util/cgroup.c
574
struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id,
tools/perf/util/cgroup.c
590
struct cgroup *cgroup__find(struct perf_env *env, uint64_t id)
tools/perf/util/cgroup.c
600
void perf_env__purge_cgroups(struct perf_env *env)
tools/perf/util/cgroup.h
37
struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id,
tools/perf/util/cgroup.h
39
struct cgroup *cgroup__find(struct perf_env *env, uint64_t id);
tools/perf/util/cgroup.h
42
void perf_env__purge_cgroups(struct perf_env *env);
tools/perf/util/data-convert-bt.c
1372
struct perf_env *env = perf_session__env(session);
tools/perf/util/data-convert-bt.c
1405
struct perf_env *env = perf_session__env(session);
tools/perf/util/data-convert-bt.c
1510
struct perf_env *env = perf_session__env(session);
tools/perf/util/data-convert-json.c
277
struct perf_env *env = perf_session__env(session);
tools/perf/util/debug.c
315
struct perf_env host_env;
tools/perf/util/dso.h
19
struct perf_env;
tools/perf/util/dso.h
247
struct perf_env *env;
tools/perf/util/env.c
1028
void perf_env__find_br_cntr_info(struct perf_env *env,
tools/perf/util/env.c
1043
bool perf_env__is_x86_amd_cpu(struct perf_env *env)
tools/perf/util/env.c
1055
struct perf_env env = { .total_mem = 0, };
tools/perf/util/env.c
1066
bool perf_env__is_x86_intel_cpu(struct perf_env *env)
tools/perf/util/env.c
1078
struct perf_env env = { .total_mem = 0, };
tools/perf/util/env.c
108
bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node)
tools/perf/util/env.c
118
bool __perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node)
tools/perf/util/env.c
146
struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id)
tools/perf/util/env.c
156
struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id)
tools/perf/util/env.c
176
static void perf_env__purge_bpf(struct perf_env *env)
tools/perf/util/env.c
216
static void perf_env__purge_bpf(struct perf_env *env __maybe_unused)
tools/perf/util/env.c
249
void perf_env__exit(struct perf_env *env)
tools/perf/util/env.c
29
bool perf_env__insert_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.c
303
void perf_env__init(struct perf_env *env)
tools/perf/util/env.c
315
static void perf_env__init_kernel_mode(struct perf_env *env)
tools/perf/util/env.c
340
int perf_env__kernel_is_64_bit(struct perf_env *env)
tools/perf/util/env.c
364
const char *perf_env__os_release(struct perf_env *env)
tools/perf/util/env.c
402
int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[])
tools/perf/util/env.c
41
bool __perf_env__insert_bpf_prog_info(struct perf_env *env, struct bpf_prog_info_node *info_node)
tools/perf/util/env.c
430
int perf_env__read_cpu_topology_map(struct perf_env *env)
tools/perf/util/env.c
463
int perf_env__read_pmu_mappings(struct perf_env *env)
tools/perf/util/env.c
498
int perf_env__read_cpuid(struct perf_env *env)
tools/perf/util/env.c
514
static int perf_env__read_nr_cpus_avail(struct perf_env *env)
tools/perf/util/env.c
568
int perf_env__read_core_pmu_caps(struct perf_env *env)
tools/perf/util/env.c
632
int perf_env__nr_cpus_avail(struct perf_env *env)
tools/perf/util/env.c
69
struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.c
782
uint16_t perf_env__e_machine_nocache(struct perf_env *env, uint32_t *e_flags)
tools/perf/util/env.c
813
uint16_t perf_env__e_machine(struct perf_env *env, uint32_t *e_flags)
tools/perf/util/env.c
842
const char *perf_env__arch(struct perf_env *env)
tools/perf/util/env.c
884
const char *perf_env__cpuid(struct perf_env *env)
tools/perf/util/env.c
897
int perf_env__nr_pmu_mappings(struct perf_env *env)
tools/perf/util/env.c
910
const char *perf_env__pmu_mappings(struct perf_env *env)
tools/perf/util/env.c
923
int perf_env__numa_node(struct perf_env *env, struct perf_cpu cpu)
tools/perf/util/env.c
94
void perf_env__iterate_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.c
962
bool perf_env__has_pmu_mapping(struct perf_env *env, const char *pmu_name)
tools/perf/util/env.c
980
char *perf_env__find_pmu_cap(struct perf_env *env, const char *pmu_name,
tools/perf/util/env.h
173
int perf_env__read_core_pmu_caps(struct perf_env *env);
tools/perf/util/env.h
175
void perf_env__exit(struct perf_env *env);
tools/perf/util/env.h
177
int perf_env__kernel_is_64_bit(struct perf_env *env);
tools/perf/util/env.h
179
const char *perf_env__os_release(struct perf_env *env);
tools/perf/util/env.h
181
int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[]);
tools/perf/util/env.h
183
int perf_env__read_cpuid(struct perf_env *env);
tools/perf/util/env.h
184
int perf_env__read_pmu_mappings(struct perf_env *env);
tools/perf/util/env.h
185
int perf_env__nr_pmu_mappings(struct perf_env *env);
tools/perf/util/env.h
186
const char *perf_env__pmu_mappings(struct perf_env *env);
tools/perf/util/env.h
188
int perf_env__read_cpu_topology_map(struct perf_env *env);
tools/perf/util/env.h
197
perf_env__get_cpu_topology(struct perf_env *env, struct perf_cpu cpu)
tools/perf/util/env.h
206
uint16_t perf_env__e_machine_nocache(struct perf_env *env, uint32_t *e_flags);
tools/perf/util/env.h
207
uint16_t perf_env__e_machine(struct perf_env *env, uint32_t *e_flags);
tools/perf/util/env.h
208
const char *perf_env__arch(struct perf_env *env);
tools/perf/util/env.h
210
const char *perf_env__cpuid(struct perf_env *env);
tools/perf/util/env.h
211
int perf_env__nr_cpus_avail(struct perf_env *env);
tools/perf/util/env.h
213
void perf_env__init(struct perf_env *env);
tools/perf/util/env.h
215
bool __perf_env__insert_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
217
bool perf_env__insert_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
219
struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
221
void perf_env__iterate_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
225
bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node);
tools/perf/util/env.h
226
bool __perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node);
tools/perf/util/env.h
227
struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id);
tools/perf/util/env.h
228
struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id);
tools/perf/util/env.h
231
int perf_env__numa_node(struct perf_env *env, struct perf_cpu cpu);
tools/perf/util/env.h
232
char *perf_env__find_pmu_cap(struct perf_env *env, const char *pmu_name,
tools/perf/util/env.h
235
bool perf_env__has_pmu_mapping(struct perf_env *env, const char *pmu_name);
tools/perf/util/env.h
236
void perf_env__find_br_cntr_info(struct perf_env *env,
tools/perf/util/env.h
241
bool perf_env__is_x86_amd_cpu(struct perf_env *env);
tools/perf/util/env.h
243
bool perf_env__is_x86_intel_cpu(struct perf_env *env);
tools/perf/util/event.c
838
struct perf_env *env = machine->env;
tools/perf/util/evsel.c
4388
struct perf_env *evsel__env(struct evsel *evsel)
tools/perf/util/evsel.h
586
struct perf_env *evsel__env(struct evsel *evsel);
tools/perf/util/header.c
1118
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
1165
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2092
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2122
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2468
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2489
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2583
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2905
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2941
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3015
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3060
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3199
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3257
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3319
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3430
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3498
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3530
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3596
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3607
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3642
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3711
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3807
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3877
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3986
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
4000
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
4069
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
660
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
690
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.h
114
struct perf_env env;
tools/perf/util/hist.h
728
float min_pcnt, struct perf_env *env, bool warn_lost_event);
tools/perf/util/hist.h
738
float min_percent, struct perf_env *env);
tools/perf/util/hist.h
745
struct perf_env *env __maybe_unused,
tools/perf/util/hist.h
786
struct perf_env *env __maybe_unused)
tools/perf/util/intel-pt.c
1297
struct perf_env *env = pt->machine->env;
tools/perf/util/intel-pt.c
3591
struct perf_env *env = pt->machine->env;
tools/perf/util/machine.c
133
static struct machine *__machine__new_host(struct perf_env *host_env, bool kernel_maps)
tools/perf/util/machine.c
153
struct machine *machine__new_host(struct perf_env *host_env)
tools/perf/util/machine.c
175
struct machine *machine__new_live(struct perf_env *host_env, bool kernel_maps, pid_t pid)
tools/perf/util/machine.c
189
struct machine *machine__new_kallsyms(struct perf_env *host_env)
tools/perf/util/machine.c
2845
struct perf_env *env = evsel__env(evsel);
tools/perf/util/machine.h
172
struct machine *machine__new_host(struct perf_env *host_env);
tools/perf/util/machine.h
173
struct machine *machine__new_kallsyms(struct perf_env *host_env);
tools/perf/util/machine.h
174
struct machine *machine__new_live(struct perf_env *host_env, bool kernel_maps, pid_t pid);
tools/perf/util/machine.h
44
struct perf_env *env;
tools/perf/util/mem2node.c
47
int mem2node__init(struct mem2node *map, struct perf_env *env)
tools/perf/util/mem2node.h
16
int mem2node__init(struct mem2node *map, struct perf_env *env);
tools/perf/util/mem2node.h
7
struct perf_env;
tools/perf/util/parse-events.c
583
struct perf_env env = {};
tools/perf/util/probe-event.c
77
static struct perf_env host_env;
tools/perf/util/sample-raw.c
16
void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env)
tools/perf/util/sample-raw.h
17
void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env);
tools/perf/util/sample-raw.h
8
struct perf_env;
tools/perf/util/session.c
150
struct perf_env *host_env)
tools/perf/util/session.c
4060
struct perf_env *perf_session__env(struct perf_session *session)
tools/perf/util/session.c
4087
struct perf_env *env;
tools/perf/util/session.h
113
struct perf_env *host_env);
tools/perf/util/session.h
215
struct perf_env *perf_session__env(struct perf_session *session);
tools/perf/util/sort.c
2679
static int arch_support_sort_key(const char *sort_key, struct perf_env *env)
tools/perf/util/sort.c
2693
static const char *arch_perf_header_entry(const char *se_header, struct perf_env *env)
tools/perf/util/sort.c
2715
static void sort_dimension_add_dynamic_header(struct sort_dimension *sd, struct perf_env *env)
tools/perf/util/sort.c
3825
struct evlist *evlist, struct perf_env *env,
tools/perf/util/sort.c
3905
static bool is_hpp_sort_key(const char *key, struct perf_env *env)
tools/perf/util/sort.c
3933
struct evlist *evlist, struct perf_env *env)
tools/perf/util/sort.c
4104
static int __setup_sorting(struct evlist *evlist, struct perf_env *env)
tools/perf/util/sort.c
4381
int setup_sorting(struct evlist *evlist, struct perf_env *env)
tools/perf/util/sort.h
135
int setup_sorting(struct evlist *evlist, struct perf_env *env);
tools/perf/util/sort.h
150
struct evlist *evlist, struct perf_env *env,
tools/perf/util/sort.h
9
struct perf_env;
tools/perf/util/svghelper.c
753
int svg_build_topology_map(struct perf_env *env)
tools/perf/util/svghelper.h
33
int svg_build_topology_map(struct perf_env *env);
tools/perf/util/svghelper.h
7
struct perf_env;
tools/perf/util/symbol.c
2336
static int vmlinux_path__init(struct perf_env *env)
tools/perf/util/symbol.c
2522
int symbol__init(struct perf_env *env)
tools/perf/util/symbol.c
781
bool symbol__is_idle(struct symbol *sym, const struct dso *dso, struct perf_env *env)
tools/perf/util/symbol.h
136
bool symbol__is_idle(struct symbol *sym, const struct dso *dso, struct perf_env *env);
tools/perf/util/symbol.h
220
int symbol__init(struct perf_env *env);
tools/perf/util/symbol.h
31
struct perf_env;