Home
last modified time | relevance | path

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

12345678910>>...14

/kernel/linux/linux-5.10/tools/perf/util/
Denv.c18 void perf_env__insert_bpf_prog_info(struct perf_env *env, in perf_env__insert_bpf_prog_info()
49 struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env, in perf_env__find_bpf_prog_info()
74 void perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in perf_env__insert_btf()
104 struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id) in perf_env__find_btf()
129 static void perf_env__purge_bpf(struct perf_env *env) in perf_env__purge_bpf()
168 void perf_env__exit(struct perf_env *env) in perf_env__exit()
203 void perf_env__init(struct perf_env *env) in perf_env__init()
210 int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[]) in perf_env__set_cmdline()
238 int perf_env__read_cpu_topology_map(struct perf_env *env) in perf_env__read_cpu_topology_map()
266 int perf_env__read_cpuid(struct perf_env *env) in perf_env__read_cpuid()
[all …]
Dbpf-event.c42 struct perf_env *env = machine->env; in machine__process_bpf_event_load() local
94 static int perf_env__fetch_btf(struct perf_env *env, in perf_env__fetch_btf()
172 struct perf_env *env; in perf_event__synthesize_one_bpf_prog() local
435 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info()
488 struct perf_env *env = data; in bpf_event__sb_cb() local
512 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event()
533 struct perf_env *env, in bpf_event__print_bpf_prog_info()
Dcgroup.c344 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, in cgroup__findnew()
355 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id) in cgroup__find()
365 void perf_env__purge_cgroups(struct perf_env *env) in perf_env__purge_cgroups()
/kernel/linux/linux-4.19/tools/perf/util/
Denv.c11 void perf_env__exit(struct perf_env *env) in perf_env__exit()
41 int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[]) in perf_env__set_cmdline()
69 int perf_env__read_cpu_topology_map(struct perf_env *env) in perf_env__read_cpu_topology_map()
96 static int perf_env__read_arch(struct perf_env *env) in perf_env__read_arch()
109 static int perf_env__read_nr_cpus_avail(struct perf_env *env) in perf_env__read_nr_cpus_avail()
117 const char *perf_env__raw_arch(struct perf_env *env) in perf_env__raw_arch()
122 int perf_env__nr_cpus_avail(struct perf_env *env) in perf_env__nr_cpus_avail()
164 const char *perf_env__arch(struct perf_env *env) in perf_env__arch()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbench.h20 struct env { struct
21 char *bench_name;
22 int duration_sec;
23 int warmup_sec;
24 bool verbose;
25 bool list;
26 bool affinity;
27 int consumer_cnt;
28 int producer_cnt;
29 struct cpu_set prod_cpus;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c44 #define pr_vlog(env, fmt, ...) \ argument
111 static bool nfp_bpf_map_update_value_ok(struct bpf_verifier_env *env) in nfp_bpf_map_update_value_ok()
152 nfp_bpf_stack_arg_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_stack_arg_ok()
185 nfp_bpf_map_call_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_map_call_ok()
198 nfp_bpf_check_call(struct nfp_prog *nfp_prog, struct bpf_verifier_env *env, in nfp_bpf_check_call()
339 struct bpf_verifier_env *env) in nfp_bpf_check_exit()
373 struct bpf_verifier_env *env) in nfp_bpf_check_stack_access()
416 nfp_bpf_map_mark_used_one(struct bpf_verifier_env *env, in nfp_bpf_map_mark_used_one()
441 nfp_bpf_map_mark_used(struct bpf_verifier_env *env, struct nfp_insn_meta *meta, in nfp_bpf_map_mark_used()
476 struct bpf_verifier_env *env, u8 reg_no) in nfp_bpf_check_ptr()
[all …]
/kernel/linux/linux-4.19/kernel/bpf/
Dverifier.c219 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write()
235 struct bpf_verifier_env *env = private_data; in verbose() local
266 static void print_liveness(struct bpf_verifier_env *env, in print_liveness()
277 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
285 static void print_verifier_state(struct bpf_verifier_env *env, in print_verifier_state()
485 static int pop_stack(struct bpf_verifier_env *env, int *prev_insn_idx, in pop_stack()
512 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack()
582 static void mark_reg_known_zero(struct bpf_verifier_env *env, in mark_reg_known_zero()
700 static void mark_reg_unknown(struct bpf_verifier_env *env, in mark_reg_unknown()
719 static void mark_reg_not_init(struct bpf_verifier_env *env, in mark_reg_not_init()
[all …]
Dbtf.c504 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log()
518 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type()
550 #define btf_verifier_log_type(env, t, ...) \ argument
552 #define btf_verifier_log_basic(env, t, ...) \ argument
556 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member()
591 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr()
613 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
717 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init()
754 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free()
760 static bool env_type_is_resolve_sink(const struct btf_verifier_env *env, in env_type_is_resolve_sink()
[all …]
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c250 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo()
309 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write()
325 struct bpf_verifier_env *env = private_data; in verbose() local
357 __printf(3, 4) static void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo()
490 static const char *reg_type_str(struct bpf_verifier_env *env, in reg_type_str()
541 static void print_liveness(struct bpf_verifier_env *env, in print_liveness()
554 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
568 static void print_verifier_state(struct bpf_verifier_env *env, in print_verifier_state()
773 static int acquire_reference_state(struct bpf_verifier_env *env, int insn_idx) in acquire_reference_state()
912 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts()
[all …]
Dbtf.c1234 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log()
1248 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type()
1287 #define btf_verifier_log_type(env, t, ...) \ argument
1289 #define btf_verifier_log_basic(env, t, ...) \ argument
1293 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member()
1339 static void btf_verifier_log_vsi(struct btf_verifier_env *env, in btf_verifier_log_vsi()
1366 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr()
1390 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
1494 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init()
1531 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free()
[all …]
/kernel/linux/linux-5.10/drivers/iio/adc/
Denvelope-detector.c80 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch()
118 struct envelope *env = ctx; in envelope_detector_comp_isr() local
128 static void envelope_detector_setup_compare(struct envelope *env) in envelope_detector_setup_compare()
174 struct envelope *env = container_of(work, struct envelope, in envelope_detector_timeout() local
191 struct envelope *env = iio_priv(indio_dev); in envelope_detector_read_raw() local
235 struct envelope *env = iio_priv(indio_dev); in envelope_show_invert() local
245 struct envelope *env = iio_priv(indio_dev); in envelope_store_invert() local
275 struct envelope *env = iio_priv(indio_dev); in envelope_show_comp_interval() local
285 struct envelope *env = iio_priv(indio_dev); in envelope_store_comp_interval() local
328 struct envelope *env; in envelope_detector_probe() local
/kernel/linux/linux-4.19/drivers/iio/adc/
Denvelope-detector.c83 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch()
121 struct envelope *env = ctx; in envelope_detector_comp_isr() local
131 static void envelope_detector_setup_compare(struct envelope *env) in envelope_detector_setup_compare()
177 struct envelope *env = container_of(work, struct envelope, in envelope_detector_timeout() local
194 struct envelope *env = iio_priv(indio_dev); in envelope_detector_read_raw() local
238 struct envelope *env = iio_priv(indio_dev); in envelope_show_invert() local
248 struct envelope *env = iio_priv(indio_dev); in envelope_store_invert() local
278 struct envelope *env = iio_priv(indio_dev); in envelope_show_comp_interval() local
288 struct envelope *env = iio_priv(indio_dev); in envelope_store_comp_interval() local
331 struct envelope *env; in envelope_detector_probe() local
/kernel/linux/linux-5.10/tools/bpf/runqslower/
Drunqslower.c14 struct env { struct
18 } env = { argument
/kernel/linux/linux-4.19/lib/
Dkobject_uevent.c117 struct kobj_uevent_env *env = NULL; in kobject_action_args() local
197 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()
277 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
307 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
341 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
380 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
416 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
457 struct kobj_uevent_env *env; in kobject_uevent_env() local
651 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()
/kernel/linux/linux-5.10/lib/
Dkobject_uevent.c117 struct kobj_uevent_env *env = NULL; in kobject_action_args() local
197 struct kobj_uevent_env *env; in kobject_synth_uevent() local
252 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv()
279 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
309 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
343 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
382 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
419 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
460 struct kobj_uevent_env *env; in kobject_uevent_env() local
654 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()
/kernel/linux/linux-4.19/tools/perf/arch/
Dcommon.c86 char *env = getenv("PATH"); in lookup_path() local
121 static int perf_env__lookup_binutils_path(struct perf_env *env, in perf_env__lookup_binutils_path()
192 int perf_env__lookup_objdump(struct perf_env *env, const char **path) in perf_env__lookup_objdump()
209 bool perf_env__single_address_space(struct perf_env *env) in perf_env__single_address_space()
/kernel/linux/linux-5.10/tools/perf/arch/
Dcommon.c97 char *env = getenv("PATH"); in lookup_path() local
132 static int perf_env__lookup_binutils_path(struct perf_env *env, in perf_env__lookup_binutils_path()
205 int perf_env__lookup_objdump(struct perf_env *env, const char **path) in perf_env__lookup_objdump()
222 bool perf_env__single_address_space(struct perf_env *env) in perf_env__single_address_space()
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dregset.c225 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr()
262 const struct user_i387_ia32_struct *env) in convert_to_fxsr()
292 struct user_i387_ia32_struct env; in fpregs_get() local
320 struct user_i387_ia32_struct env; in fpregs_set() local
/kernel/linux/linux-4.19/arch/mips/loongson32/common/
Dprom.c24 char **env = prom_envp; in prom_getenv() local
38 static inline unsigned long env_or_default(char *env, unsigned long dfl) in env_or_default()
/kernel/linux/linux-4.19/arch/x86/kernel/fpu/
Dregset.c236 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr()
273 const struct user_i387_ia32_struct *env) in convert_to_fxsr()
305 struct user_i387_ia32_struct env; in fpregs_get() local
334 struct user_i387_ia32_struct env; in fpregs_set() local
/kernel/linux/linux-4.19/drivers/hwmon/
Dultra45_env.c60 struct env { struct
67 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
/kernel/linux/linux-5.10/drivers/hwmon/
Dultra45_env.c61 struct env { struct
68 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
/kernel/linux/linux-4.19/include/linux/
Dof_device.h71 struct kobj_uevent_env *env) { } in of_device_uevent()
90 struct kobj_uevent_env *env) in of_device_uevent_modalias()
/kernel/linux/linux-5.10/include/linux/
Dof_device.h76 struct kobj_uevent_env *env) { } in of_device_uevent()
95 struct kobj_uevent_env *env) in of_device_uevent_modalias()

12345678910>>...14