Home
last modified time | relevance | path

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

12345678

/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()
247 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
834 static int perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info()
901 struct perf_env *env = data; in bpf_event__sb_cb() local
926 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event()
947 struct perf_env *env, in __bpf_event__print_bpf_prog_info()
H A Dheader.c575 struct perf_env *env = &ff->ph->env; in write_cmdline() local
605 struct perf_env *env = &ff->ph->env; in write_cpu_topology() local
1033 struct perf_env *env = &ff->ph->env; in write_bpf_prog_info() local
1075 struct perf_env *env = &ff->ph->env; in write_bpf_btf() local
1986 struct perf_env *env = &ff->ph->env; in print_bpf_prog_info() local
2013 struct perf_env *env = &ff->ph->env; in print_bpf_btf() local
2298 struct perf_env *env = &ff->ph->env; in print_pmu_caps() local
2318 struct perf_env *env = &ff->ph->env; in print_pmu_mappings() local
2412 struct perf_env *env = &ff->ph->env; in print_mem_topology() local
2665 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.c27 static struct env { struct
39 } env; argument
H A Dveristat.c190 static struct env { struct
191 char **filenames;
192 int filename_cnt;
193 bool verbose;
194 bool debug;
195 bool quiet;
196 bool force_checkpoints;
197 bool force_reg_invariants;
198 enum resfmt out_fmt;
199 bool show_version;
[all …]
/linux/kernel/bpf/
H A Dverifier.c374 struct bpf_verifier_env *env = private_data; in verbose() local
385 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar()
440 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
447 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name()
458 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb()
467 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb()
558 static bool is_async_cb_sleepable(struct bpf_verifier_env *env, struct bpf_insn *insn) in is_async_cb_sleepable()
578 static bool is_may_goto_insn_at(struct bpf_verifier_env *env, int insn_idx) in is_may_goto_insn_at()
625 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
647 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()
278 void bpf_reset_live_stack_callchain(struct bpf_verifier_env *env) in bpf_reset_live_stack_callchain()
284 static int ensure_cur_instance(struct bpf_verifier_env *env) in ensure_cur_instance()
301 static int mark_stack_read(struct bpf_verifier_env *env, in mark_stack_read()
318 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 Dbtf.c1545 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log()
1559 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type()
1603 #define btf_verifier_log_type(env, t, ...) \ argument
1605 #define btf_verifier_log_basic(env, t, ...) \ argument
1609 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member()
1662 static void btf_verifier_log_vsi(struct btf_verifier_env *env, in btf_verifier_log_vsi()
1689 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr()
1713 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
1911 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init()
1947 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free()
[all …]
H A Doffload.c303 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn()
319 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize()
338 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn()
357 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.c1623 struct perf_env *env = data; in perf_env__get_socket_aggr_by_cpu() local
1634 struct perf_env *env = data; in perf_env__get_die_aggr_by_cpu() local
1650 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()
1690 struct perf_env *env = data; in perf_env__get_cache_aggr_by_cpu() local
1707 struct perf_env *env = data; in perf_env__get_cluster_aggr_by_cpu() local
1721 struct perf_env *env = data; in perf_env__get_core_aggr_by_cpu() local
1740 struct perf_env *env = data; in perf_env__get_cpu_aggr_by_cpu() local
1879 struct perf_env *env = perf_session__env(st->session); in perf_stat_init_aggr_mode_file() local
2187 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

12345678