Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 149) sorted by relevance

123456

/linux/tools/perf/util/
H A Denv.c27 bool perf_env__insert_bpf_prog_info(struct perf_env *env, in perf_env__insert_bpf_prog_info()
39 bool __perf_env__insert_bpf_prog_info(struct perf_env *env, struct bpf_prog_info_node *info_node) in __perf_env__insert_bpf_prog_info()
67 struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env, in perf_env__find_bpf_prog_info()
92 void perf_env__iterate_bpf_prog_info(struct perf_env *env, in perf_env__iterate_bpf_prog_info()
106 bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in perf_env__insert_btf()
116 bool __perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in __perf_env__insert_btf()
144 struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id) in perf_env__find_btf()
154 struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id) in __perf_env__find_btf()
174 static void perf_env__purge_bpf(struct perf_env *env) in perf_env__purge_bpf()
219 void perf_env__exit(struct perf_env *env) in perf_env__exit()
[all …]
H A Dbpf-event.c48 struct perf_env *env = machine->env; in machine__process_bpf_event_load() local
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() local
543 struct perf_env *env; in perf_event__synthesize_one_bpf_prog() local
836 static int perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info()
903 struct perf_env *env = data; in bpf_event__sb_cb() local
928 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event()
949 struct perf_env *env, in __bpf_event__print_bpf_prog_info()
H A Dheader.c559 struct perf_env *env = &ff->ph->env; in write_cmdline() local
589 struct perf_env *env = &ff->ph->env; in write_cpu_topology() local
1017 struct perf_env *env = &ff->ph->env; in write_bpf_prog_info() local
1059 struct perf_env *env = &ff->ph->env; in write_bpf_btf() local
1809 struct perf_env *env = &ff->ph->env; in print_bpf_prog_info() local
1836 struct perf_env *env = &ff->ph->env; in print_bpf_btf() local
2121 struct perf_env *env = &ff->ph->env; in print_pmu_caps() local
2141 struct perf_env *env = &ff->ph->env; in print_pmu_mappings() local
2235 struct perf_env *env = &ff->ph->env; in print_mem_topology() local
2444 struct perf_env *env = &ff->ph->env; in process_nrcpus() local
[all …]
H A Dsample-raw.c15 void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env) in evlist__init_trace_event_sample_raw()
H A Damd-sample-raw.c336 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() local
H A Dcgroup.c558 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, in cgroup__findnew()
574 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id) in cgroup__find()
584 void perf_env__purge_cgroups(struct perf_env *env) in perf_env__purge_cgroups()
/linux/tools/testing/selftests/bpf/
H A Dbench.h21 struct env { struct
22 bench_nameenv global() argument
23 duration_secenv global() argument
24 warmup_secenv global() argument
25 verboseenv global() argument
26 listenv global() argument
27 affinityenv global() argument
28 quietenv global() argument
29 consumer_cntenv global() argument
30 producer_cntenv global() argument
31 nr_cpusenv global() argument
32 prod_cpusenv global() argument
33 cons_cpusenv global() argument
H A Dxdp_features.c26 static struct env { struct
38 } env; argument
H A Dveristat.c190 static struct env { argument
184 static struct env { global() struct
185 filenamesenv global() argument
186 filename_cntenv global() argument
187 verboseenv global() argument
188 debugenv global() argument
189 quietenv global() argument
191 force_reg_invariantsenv global() argument
192 out_fmtenv global() argument
193 show_versionenv global() argument
194 comparison_modeenv global() argument
195 replay_modeenv global() argument
196 top_nenv global() argument
198 log_levelenv global() argument
199 log_sizeenv global() argument
200 log_fixedenv global() argument
202 prog_statsenv global() argument
203 prog_stat_cntenv global() argument
206 baseline_statsenv global() argument
230 } env; global() variable
[all...]
/linux/kernel/bpf/
H A Dverifier.c365 struct bpf_verifier_env *env = private_data; in verbose() local
376 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar()
431 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
438 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name()
449 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb()
458 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb()
549 static bool is_async_cb_sleepable(struct bpf_verifier_env *env, struct bpf_insn *insn) in is_async_cb_sleepable()
569 static bool is_may_goto_insn_at(struct bpf_verifier_env *env, int insn_idx) in is_may_goto_insn_at()
616 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
638 static int stack_slot_obj_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in stack_slot_obj_get_spi()
[all …]
H A Dliveness.c139 static void compute_callchain(struct bpf_verifier_env *env, struct bpf_verifier_state *st, in compute_callchain()
177 static struct func_instance *__lookup_instance(struct bpf_verifier_env *env, in __lookup_instance()
208 static struct func_instance *lookup_instance(struct bpf_verifier_env *env, in lookup_instance()
218 int bpf_stack_liveness_init(struct bpf_verifier_env *env) in bpf_stack_liveness_init()
227 void bpf_stack_liveness_free(struct bpf_verifier_env *env) in bpf_stack_liveness_free()
262 static struct per_frame_masks *alloc_frame_masks(struct bpf_verifier_env *env, in alloc_frame_masks()
277 void bpf_reset_live_stack_callchain(struct bpf_verifier_env *env) in bpf_reset_live_stack_callchain()
283 static int ensure_cur_instance(struct bpf_verifier_env *env) in ensure_cur_instance()
300 static int mark_stack_read(struct bpf_verifier_env *env, in mark_stack_read()
317 int bpf_mark_stack_read(struct bpf_verifier_env *env, u32 frame, u32 insn_idx, u64 mask) in bpf_mark_stack_read()
[all …]
H A Doffload.c313 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn()
329 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize()
348 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn()
367 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_prog_offload_remove_insns()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c16 #define pr_vlog(env, fmt, ...) \ argument
83 static bool nfp_bpf_map_update_value_ok(struct bpf_verifier_env *env) in nfp_bpf_map_update_value_ok()
124 nfp_bpf_stack_arg_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_stack_arg_ok()
157 nfp_bpf_map_call_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_map_call_ok()
171 struct bpf_verifier_env *env, in nfp_bpf_check_helper_call()
312 struct bpf_verifier_env *env) in nfp_bpf_check_exit()
346 struct bpf_verifier_env *env) in nfp_bpf_check_stack_access()
392 nfp_bpf_map_mark_used_one(struct bpf_verifier_env *env, in nfp_bpf_map_mark_used_one()
417 nfp_bpf_map_mark_used(struct bpf_verifier_env *env, struct nfp_insn_meta *meta, in nfp_bpf_map_mark_used()
452 struct bpf_verifier_env *env, u8 reg_no) in nfp_bpf_check_ptr()
[all …]
/linux/drivers/iio/adc/
H A Denvelope-detector.c79 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch()
117 struct envelope *env = ctx; in envelope_detector_comp_isr() local
127 static void envelope_detector_setup_compare(struct envelope *env) in envelope_detector_setup_compare()
173 struct envelope *env = container_of(work, struct envelope, in envelope_detector_timeout() local
190 struct envelope *env = iio_priv(indio_dev); in envelope_detector_read_raw() local
234 struct envelope *env = iio_priv(indio_dev); in envelope_show_invert() local
244 struct envelope *env = iio_priv(indio_dev); in envelope_store_invert() local
274 struct envelope *env = iio_priv(indio_dev); in envelope_show_comp_interval() local
284 struct envelope *env = iio_priv(indio_dev); in envelope_store_comp_interval() local
327 struct envelope *env; in envelope_detector_probe() local
/linux/lib/
H A Dkobject_uevent.c116 struct kobj_uevent_env *env = NULL; in kobject_action_args() local
196 struct kobj_uevent_env *env; in kobject_synth_uevent() local
251 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv()
278 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
308 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
344 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
383 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
420 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
476 struct kobj_uevent_env *env; in kobject_uevent_env() local
668 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()
/linux/tools/bpf/runqslower/
H A Drunqslower.c
/linux/Documentation/sphinx/
H A Dkernel_include.py210 def xref_text(self, env, path, tab_width): argument
409 def fill_domain_info(env): argument
438 def get_suggestions(app, env, node, argument
464 def check_missing_refs(app, env, node, contnode): argument
501 def merge_xref_info(app, env, docnames, other): argument
509 def init_xref_docs(app, env, docnames): argument
/linux/tools/perf/arch/
H A Dcommon.c109 char *env = getenv("PATH"); in lookup_path() local
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/include/linux/
H A Dof_device.h52 struct kobj_uevent_env *env) { } in of_device_uevent()
61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux/scripts/kconfig/
H A Dpreprocess.c40 struct env { struct
48 struct env *e; in env_add() argument
/linux/drivers/of/
H A Ddevice.c215 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
253 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux/tools/perf/
H A Dbuiltin-stat.c1644 struct perf_env *env = data; in perf_env__get_socket_aggr_by_cpu() local
1655 struct perf_env *env = data; in perf_env__get_die_aggr_by_cpu() local
1671 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()
1711 struct perf_env *env = data; in perf_env__get_cache_aggr_by_cpu() local
1728 struct perf_env *env = data; in perf_env__get_cluster_aggr_by_cpu() local
1742 struct perf_env *env = data; in perf_env__get_core_aggr_by_cpu() local
1761 struct perf_env *env = data; in perf_env__get_cpu_aggr_by_cpu() local
1900 struct perf_env *env = perf_session__env(st->session); in perf_stat_init_aggr_mode_file() local
2208 struct perf_env *env = perf_session__env(session); in process_stat_round_event() local
/linux/drivers/net/netdevsim/
H A Dbpf.c26 #define pr_vlog(env, fmt, ...) \ argument
63 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn()
82 static int nsim_bpf_finalize(struct bpf_verifier_env *env) in nsim_bpf_finalize()
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py179 ksft_setup(env) global() argument
184 get_bool(env, name) global() argument
/linux/kernel/sched/
H A Dfair.c2097 static void update_numa_stats(struct task_numa_env *env, in update_numa_stats()
2137 static void task_numa_assign(struct task_numa_env *env, in task_numa_assign()
2185 struct task_numa_env *env) in load_too_imbalanced()
2225 static bool task_numa_compare(struct task_numa_env *env, in task_numa_compare()
2414 static void task_numa_find_cpu(struct task_numa_env *env, in task_numa_find_cpu()
2474 struct task_numa_env env = { in task_numa_migrate() local
9303 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot()
9350 static long migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality()
9398 struct lb_env *env) in migrate_degrades_locality()
9432 int can_migrate_task(struct task_struct *p, struct lb_env *env) in can_migrate_task()
[all …]

123456