Symbol: perf_env
tools/perf/arch/common.c
144
static int perf_env__lookup_binutils_path(struct perf_env *env,
tools/perf/arch/common.c
221
int perf_env__lookup_objdump(struct perf_env *env, char **path)
tools/perf/arch/common.c
238
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
2008
struct perf_env *env __maybe_unused)
tools/perf/builtin-c2c.c
202
struct perf_env *env);
tools/perf/builtin-c2c.c
2022
static int c2c_hists__init_sort(struct perf_hpp_list *hpp_list, char *name, struct perf_env *env)
tools/perf/builtin-c2c.c
2067
struct perf_env *env)
tools/perf/builtin-c2c.c
208
struct perf_env *env)
tools/perf/builtin-c2c.c
2099
struct perf_env *env)
tools/perf/builtin-c2c.c
2119
struct perf_env *env)
tools/perf/builtin-c2c.c
2257
struct perf_env *env = arg;
tools/perf/builtin-c2c.c
2316
struct perf_env *env = perf_session__env(session);
tools/perf/builtin-c2c.c
2498
static void print_pareto(FILE *out, struct perf_env *env)
tools/perf/builtin-c2c.c
3127
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
2263
struct perf_env *env = perf_session__env(session);
tools/perf/builtin-record.c
2438
struct perf_env *env;
tools/perf/builtin-sched.c
3293
struct perf_env *env;
tools/perf/builtin-script.c
4196
struct perf_env *env;
tools/perf/builtin-script.c
747
struct perf_env *env;
tools/perf/builtin-stat.c
1623
struct perf_env *env = data;
tools/perf/builtin-stat.c
1634
struct perf_env *env = data;
tools/perf/builtin-stat.c
1650
static void perf_env__get_cache_id_for_cpu(struct perf_cpu cpu, struct perf_env *env,
tools/perf/builtin-stat.c
1690
struct perf_env *env = data;
tools/perf/builtin-stat.c
1707
struct perf_env *env = data;
tools/perf/builtin-stat.c
1721
struct perf_env *env = data;
tools/perf/builtin-stat.c
1740
struct perf_env *env = data;
tools/perf/builtin-stat.c
1879
struct perf_env *env = perf_session__env(st->session);
tools/perf/builtin-stat.c
2187
struct perf_env *env = perf_session__env(session);
tools/perf/builtin-top.c
1627
struct perf_env host_env;
tools/perf/builtin-trace.c
143
struct perf_env host_env;
tools/perf/builtin-trace.c
3008
struct perf_env *env = evsel__env(evsel) ?: &trace->host_env;
tools/perf/tests/code-reading.c
709
struct perf_env host_env;
tools/perf/tests/dlfilter-test.c
321
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
73
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
336
static void parse_cpuid(struct perf_env *env)
tools/perf/util/amd-sample-raw.c
357
struct perf_env *env = perf_session__env(evlist->session);
tools/perf/util/auxtrace.c
1913
struct auxtrace_record *itr, struct perf_env *env,
tools/perf/util/auxtrace.c
2025
struct perf_env *env, const struct perf_tool *tool,
tools/perf/util/auxtrace.c
2032
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
104
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
507
struct perf_env *env = &session->header.env;
tools/perf/util/bpf-event.c
543
struct perf_env *env;
tools/perf/util/bpf-event.c
834
static int perf_env__add_bpf_info(struct perf_env *env, u32 id)
tools/perf/util/bpf-event.c
901
struct perf_env *env = data;
tools/perf/util/bpf-event.c
926
int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env)
tools/perf/util/bpf-event.c
947
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
558
struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id,
tools/perf/util/cgroup.c
574
struct cgroup *cgroup__find(struct perf_env *env, uint64_t id)
tools/perf/util/cgroup.c
584
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
1354
struct perf_env *env = perf_session__env(session);
tools/perf/util/data-convert-bt.c
1387
struct perf_env *env = perf_session__env(session);
tools/perf/util/data-convert-bt.c
1463
struct perf_env *env = perf_session__env(session);
tools/perf/util/data-convert-json.c
276
const 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
106
bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node)
tools/perf/util/env.c
116
bool __perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node)
tools/perf/util/env.c
144
struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id)
tools/perf/util/env.c
154
struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id)
tools/perf/util/env.c
174
static void perf_env__purge_bpf(struct perf_env *env)
tools/perf/util/env.c
214
static void perf_env__purge_bpf(struct perf_env *env __maybe_unused)
tools/perf/util/env.c
247
void perf_env__exit(struct perf_env *env)
tools/perf/util/env.c
27
bool perf_env__insert_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.c
299
void perf_env__init(struct perf_env *env)
tools/perf/util/env.c
310
static void perf_env__init_kernel_mode(struct perf_env *env)
tools/perf/util/env.c
323
int perf_env__kernel_is_64_bit(struct perf_env *env)
tools/perf/util/env.c
331
int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[])
tools/perf/util/env.c
359
int perf_env__read_cpu_topology_map(struct perf_env *env)
tools/perf/util/env.c
39
bool __perf_env__insert_bpf_prog_info(struct perf_env *env, struct bpf_prog_info_node *info_node)
tools/perf/util/env.c
392
int perf_env__read_pmu_mappings(struct perf_env *env)
tools/perf/util/env.c
427
int perf_env__read_cpuid(struct perf_env *env)
tools/perf/util/env.c
443
static int perf_env__read_arch(struct perf_env *env)
tools/perf/util/env.c
456
static int perf_env__read_nr_cpus_avail(struct perf_env *env)
tools/perf/util/env.c
510
int perf_env__read_core_pmu_caps(struct perf_env *env)
tools/perf/util/env.c
574
const char *perf_env__raw_arch(struct perf_env *env)
tools/perf/util/env.c
579
int perf_env__nr_cpus_avail(struct perf_env *env)
tools/perf/util/env.c
623
const char *perf_env__arch(struct perf_env *env)
tools/perf/util/env.c
642
const char *perf_env__arch_strerrno(struct perf_env *env __maybe_unused, int err __maybe_unused)
tools/perf/util/env.c
654
const char *perf_env__cpuid(struct perf_env *env)
tools/perf/util/env.c
667
int perf_env__nr_pmu_mappings(struct perf_env *env)
tools/perf/util/env.c
67
struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.c
680
const char *perf_env__pmu_mappings(struct perf_env *env)
tools/perf/util/env.c
693
int perf_env__numa_node(struct perf_env *env, struct perf_cpu cpu)
tools/perf/util/env.c
732
bool perf_env__has_pmu_mapping(struct perf_env *env, const char *pmu_name)
tools/perf/util/env.c
750
char *perf_env__find_pmu_cap(struct perf_env *env, const char *pmu_name,
tools/perf/util/env.c
798
void perf_env__find_br_cntr_info(struct perf_env *env,
tools/perf/util/env.c
813
bool perf_env__is_x86_amd_cpu(struct perf_env *env)
tools/perf/util/env.c
825
struct perf_env env = { .total_mem = 0, };
tools/perf/util/env.c
835
bool perf_env__is_x86_intel_cpu(struct perf_env *env)
tools/perf/util/env.c
847
struct perf_env env = { .total_mem = 0, };
tools/perf/util/env.c
92
void perf_env__iterate_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
172
int perf_env__read_core_pmu_caps(struct perf_env *env);
tools/perf/util/env.h
174
void perf_env__exit(struct perf_env *env);
tools/perf/util/env.h
176
int perf_env__kernel_is_64_bit(struct perf_env *env);
tools/perf/util/env.h
178
int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[]);
tools/perf/util/env.h
180
int perf_env__read_cpuid(struct perf_env *env);
tools/perf/util/env.h
181
int perf_env__read_pmu_mappings(struct perf_env *env);
tools/perf/util/env.h
182
int perf_env__nr_pmu_mappings(struct perf_env *env);
tools/perf/util/env.h
183
const char *perf_env__pmu_mappings(struct perf_env *env);
tools/perf/util/env.h
185
int perf_env__read_cpu_topology_map(struct perf_env *env);
tools/perf/util/env.h
189
const char *perf_env__arch(struct perf_env *env);
tools/perf/util/env.h
190
const char *perf_env__arch_strerrno(struct perf_env *env, int err);
tools/perf/util/env.h
191
const char *perf_env__cpuid(struct perf_env *env);
tools/perf/util/env.h
192
const char *perf_env__raw_arch(struct perf_env *env);
tools/perf/util/env.h
193
int perf_env__nr_cpus_avail(struct perf_env *env);
tools/perf/util/env.h
195
void perf_env__init(struct perf_env *env);
tools/perf/util/env.h
197
bool __perf_env__insert_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
199
bool perf_env__insert_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
201
struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
203
void perf_env__iterate_bpf_prog_info(struct perf_env *env,
tools/perf/util/env.h
207
bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node);
tools/perf/util/env.h
208
bool __perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node);
tools/perf/util/env.h
209
struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id);
tools/perf/util/env.h
210
struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id);
tools/perf/util/env.h
213
int perf_env__numa_node(struct perf_env *env, struct perf_cpu cpu);
tools/perf/util/env.h
214
char *perf_env__find_pmu_cap(struct perf_env *env, const char *pmu_name,
tools/perf/util/env.h
217
bool perf_env__has_pmu_mapping(struct perf_env *env, const char *pmu_name);
tools/perf/util/env.h
218
void perf_env__find_br_cntr_info(struct perf_env *env,
tools/perf/util/env.h
223
bool perf_env__is_x86_amd_cpu(struct perf_env *env);
tools/perf/util/env.h
225
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
4127
struct perf_env *evsel__env(struct evsel *evsel)
tools/perf/util/evsel.h
548
struct perf_env *evsel__env(struct evsel *evsel);
tools/perf/util/header.c
1033
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
1075
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
1986
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2013
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2298
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2318
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2412
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2665
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2683
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2751
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2793
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2909
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
2955
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3005
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3103
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3181
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3234
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3245
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3280
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3337
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3409
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3458
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3544
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3558
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
3615
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
575
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.c
605
struct perf_env *env = &ff->ph->env;
tools/perf/util/header.h
112
struct perf_env env;
tools/perf/util/hist.h
726
float min_pcnt, struct perf_env *env, bool warn_lost_event);
tools/perf/util/hist.h
736
float min_percent, struct perf_env *env);
tools/perf/util/hist.h
743
struct perf_env *env __maybe_unused,
tools/perf/util/hist.h
784
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
3570
struct perf_env *env = pt->machine->env;
tools/perf/util/machine.c
132
static struct machine *__machine__new_host(struct perf_env *host_env, bool kernel_maps)
tools/perf/util/machine.c
149
struct machine *machine__new_host(struct perf_env *host_env)
tools/perf/util/machine.c
171
struct machine *machine__new_live(struct perf_env *host_env, bool kernel_maps, pid_t pid)
tools/perf/util/machine.c
185
struct machine *machine__new_kallsyms(struct perf_env *host_env)
tools/perf/util/machine.c
2802
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
78
static struct perf_env host_env;
tools/perf/util/sample-raw.c
15
void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env)
tools/perf/util/sample-raw.h
14
void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env);
tools/perf/util/session.c
143
struct perf_env *host_env)
tools/perf/util/session.c
2962
struct perf_env *perf_session__env(struct perf_session *session)
tools/perf/util/session.c
2989
struct perf_env *env;
tools/perf/util/session.h
111
struct perf_env *host_env);
tools/perf/util/session.h
213
struct perf_env *perf_session__env(struct perf_session *session);
tools/perf/util/sort.c
2540
static int arch_support_sort_key(const char *sort_key, struct perf_env *env)
tools/perf/util/sort.c
2553
static const char *arch_perf_header_entry(const char *se_header, struct perf_env *env)
tools/perf/util/sort.c
2575
static void sort_dimension_add_dynamic_header(struct sort_dimension *sd, struct perf_env *env)
tools/perf/util/sort.c
3682
struct evlist *evlist, struct perf_env *env,
tools/perf/util/sort.c
3762
static bool is_hpp_sort_key(const char *key, struct perf_env *env)
tools/perf/util/sort.c
3790
struct evlist *evlist, struct perf_env *env)
tools/perf/util/sort.c
3961
static int __setup_sorting(struct evlist *evlist, struct perf_env *env)
tools/perf/util/sort.c
4237
int setup_sorting(struct evlist *evlist, struct perf_env *env)
tools/perf/util/sort.h
134
int setup_sorting(struct evlist *evlist, struct perf_env *env);
tools/perf/util/sort.h
149
struct evlist *evlist, struct perf_env *env,
tools/perf/util/sort.h
9
struct perf_env;
tools/perf/util/svghelper.c
751
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
2207
static int vmlinux_path__init(struct perf_env *env)
tools/perf/util/symbol.c
2392
int symbol__init(struct perf_env *env)
tools/perf/util/symbol.h
152
struct perf_env;
tools/perf/util/symbol.h
153
int symbol__init(struct perf_env *env);