Home
last modified time | relevance | path

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

123456789

/linux-6.15/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()
160 static void perf_env__purge_bpf(struct perf_env *env) in perf_env__purge_bpf()
204 void perf_env__exit(struct perf_env *env) in perf_env__exit()
255 void perf_env__init(struct perf_env *env) in perf_env__init()
278 int perf_env__kernel_is_64_bit(struct perf_env *env) in perf_env__kernel_is_64_bit()
382 int perf_env__read_cpuid(struct perf_env *env) in perf_env__read_cpuid()
424 int perf_env__nr_cpus_avail(struct perf_env *env) in perf_env__nr_cpus_avail()
468 const char *perf_env__arch(struct perf_env *env) in perf_env__arch()
499 const char *perf_env__cpuid(struct perf_env *env) in perf_env__cpuid()
512 int perf_env__nr_pmu_mappings(struct perf_env *env) in perf_env__nr_pmu_mappings()
[all …]
H A Dbpf-event.c40 struct perf_env *env = machine->env; in machine__process_bpf_event_load() local
96 static int perf_env__fetch_btf(struct perf_env *env, in perf_env__fetch_btf()
178 struct perf_env *env; in perf_event__synthesize_one_bpf_prog() local
454 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info()
511 struct perf_env *env = data; in bpf_event__sb_cb() local
535 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event()
556 struct perf_env *env, in __bpf_event__print_bpf_prog_info()
H A Damd-sample-raw.c293 static void parse_cpuid(struct perf_env *env) in parse_cpuid()
314 struct perf_env *env = evlist->env; in evlist__has_amd_ibs() local
H A Dcgroup.c564 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, in cgroup__findnew()
580 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id) in cgroup__find()
590 void perf_env__purge_cgroups(struct perf_env *env) in perf_env__purge_cgroups()
/linux-6.15/tools/testing/selftests/bpf/
H A Dbench.h21 struct env { struct
22 char *bench_name;
23 int duration_sec;
24 int warmup_sec;
25 bool verbose;
26 bool list;
27 bool affinity;
28 bool quiet;
29 int consumer_cnt;
30 int producer_cnt;
[all …]
H A Dxdp_features.c26 static struct env { struct
38 } env; argument
H A Dveristat.c169 char **filenames;
170 int filename_cnt;
171 bool verbose;
172 bool debug;
173 bool quiet;
179 bool replay_mode;
180 int top_n;
182 int log_level;
183 int log_size;
184 bool log_fixed;
[all …]
/linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c16 #define pr_vlog(env, fmt, ...) \ argument
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()
452 struct bpf_verifier_env *env, u8 reg_no) in nfp_bpf_check_ptr()
503 struct bpf_verifier_env *env) in nfp_bpf_check_store()
527 struct bpf_verifier_env *env) in nfp_bpf_check_atomic()
557 struct bpf_verifier_env *env) in nfp_bpf_check_alu()
673 nfp_assign_subprog_idx_and_regs(struct bpf_verifier_env *env, in nfp_assign_subprog_idx_and_regs()
[all …]
/linux-6.15/kernel/bpf/
H A Dverifier.c360 struct bpf_verifier_env *env = private_data; in verbose() local
3970 struct bpf_verifier_env *env = bt->env; in bt_reset() local
5806 static bool in_rcu_cs(struct bpf_verifier_env *env) in in_rcu_cs()
7334 struct bpf_verifier_env *env, in check_stack_access_within_bounds()
7896 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized()
12229 get_kfunc_ptr_arg_type(struct bpf_verifier_env *env, in get_kfunc_ptr_arg_type()
14221 struct bpf_verifier_env *env, in check_stack_access_for_ptr_arithmetic()
17164 struct bpf_verifier_env *env, in visit_func_call_insn()
17571 static int check_cfg(struct bpf_verifier_env *env) in check_cfg()
19392 static int do_check(struct bpf_verifier_env *env) in do_check()
[all …]
H A Dlog.c14 #define verbose(env, fmt, args...) bpf_verifier_log_write(env, fmt, ##args) argument
304 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write()
333 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo()
381 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo()
440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str()
543 static void print_liveness(struct bpf_verifier_env *env, in print_liveness()
570 static void verbose_unum(struct bpf_verifier_env *env, u64 num) in verbose_unum()
578 static void verbose_snum(struct bpf_verifier_env *env, s64 num) in verbose_snum()
599 static void print_scalar_ranges(struct bpf_verifier_env *env, in print_scalar_ranges()
681 static void print_reg_state(struct bpf_verifier_env *env, in print_reg_state()
[all …]
H A Dbtf.c1474 #define btf_verifier_log_type(env, t, ...) \ argument
1476 #define btf_verifier_log_basic(env, t, ...) \ argument
1859 static int env_stack_push(struct btf_verifier_env *env, in env_stack_push()
2119 static int btf_df_resolve(struct btf_verifier_env *env, in btf_df_resolve()
2291 static void btf_int_log(struct btf_verifier_env *env, in btf_int_log()
4367 static void btf_enum_log(struct btf_verifier_env *env, in btf_enum_log()
5300 static int btf_resolve(struct btf_verifier_env *env, in btf_resolve()
5487 static int btf_parse_hdr(struct btf_verifier_env *env) in btf_parse_hdr()
5760 struct btf_verifier_env *env = NULL; in btf_parse() local
6240 struct btf_verifier_env *env = NULL; in btf_parse_vmlinux() local
[all …]
/linux-6.15/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-6.15/tools/bpf/runqslower/
H A Drunqslower.c13 struct env { struct
17 } env = { argument
/linux-6.15/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-6.15/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-6.15/arch/x86/kernel/fpu/
H A Dregset.c331 static void __convert_from_fxsr(struct user_i387_ia32_struct *env, in __convert_from_fxsr()
369 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr()
375 const struct user_i387_ia32_struct *env) in convert_to_fxsr()
405 struct user_i387_ia32_struct env; in fpregs_get() local
437 struct user_i387_ia32_struct env; in fpregs_set() local
H A Dsignal.c68 struct user_i387_ia32_struct env; in save_fsave_header() local
336 struct user_i387_ia32_struct env; in __fpu_restore_sig() local
/linux-6.15/drivers/hwmon/
H A Dultra45_env.c62 struct env { struct
69 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
/linux-6.15/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()
H A Dbpf_verifier.h695 struct bpf_verifier_env *env; member
816 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux()
841 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
848 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs()
963 static inline void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched()
968 static inline void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched()
973 static inline bool reg_scratched(const struct bpf_verifier_env *env, u32 regno) in reg_scratched()
978 static inline bool stack_slot_scratched(const struct bpf_verifier_env *env, u64 regno) in stack_slot_scratched()
983 static inline bool verifier_state_scratched(const struct bpf_verifier_env *env) in verifier_state_scratched()
988 static inline void mark_verifier_state_clean(struct bpf_verifier_env *env) in mark_verifier_state_clean()
[all …]
/linux-6.15/scripts/kconfig/
H A Dpreprocess.c40 struct env { struct
48 struct env *e; in env_add() argument
/linux-6.15/drivers/of/
H A Ddevice.c224 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
262 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux-6.15/tools/testing/selftests/net/lib/py/
H A Dksft.py173 def ksft_setup(env): argument
178 def get_bool(env, name): argument
/linux-6.15/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-6.15/tools/perf/
H A Dbuiltin-stat.c1543 struct perf_env *env = data; in perf_env__get_socket_aggr_by_cpu() local
1554 struct perf_env *env = data; in perf_env__get_die_aggr_by_cpu() local
1570 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()
1610 struct perf_env *env = data; in perf_env__get_cache_aggr_by_cpu() local
1627 struct perf_env *env = data; in perf_env__get_cluster_aggr_by_cpu() local
1641 struct perf_env *env = data; in perf_env__get_core_aggr_by_cpu() local
1660 struct perf_env *env = data; in perf_env__get_cpu_aggr_by_cpu() local
1799 struct perf_env *env = &st->session->header.env; in perf_stat_init_aggr_mode_file() local

123456789