/linux-6.14.4/tools/perf/util/ |
D | env.c | 27 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 bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in perf_env__insert_btf() 102 bool __perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in __perf_env__insert_btf() 130 struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id) in perf_env__find_btf() 140 struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id) in __perf_env__find_btf() 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() [all …]
|
D | bpf-event.c | 40 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()
|
D | amd-sample-raw.c | 293 static void parse_cpuid(struct perf_env *env) in parse_cpuid() 314 struct perf_env *env = evlist->env; in evlist__has_amd_ibs() local
|
D | cgroup.c | 564 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.14.4/tools/testing/selftests/bpf/ |
D | bench.h | 21 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 …]
|
D | veristat.c | 157 static struct env { struct 158 char **filenames; 159 int filename_cnt; 160 bool verbose; 161 bool debug; 162 bool quiet; 163 bool force_checkpoints; 164 bool force_reg_invariants; 165 enum resfmt out_fmt; 166 bool show_version; [all …]
|
D | xdp_features.c | 26 static struct env { struct 38 } env; argument
|
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/bpf/ |
D | verifier.c | 16 #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-6.14.4/kernel/bpf/ |
D | verifier.c | 360 struct bpf_verifier_env *env = private_data; in verbose() local 371 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar() 425 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global() 432 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name() 443 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb() 452 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb() 547 static bool is_may_goto_insn_at(struct bpf_verifier_env *env, int insn_idx) in is_may_goto_insn_at() 587 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func() 609 static int stack_slot_obj_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in stack_slot_obj_get_spi() 636 static int dynptr_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in dynptr_get_spi() [all …]
|
D | log.c | 14 #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 …]
|
D | btf.c | 1415 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log() 1429 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type() 1473 #define btf_verifier_log_type(env, t, ...) \ argument 1475 #define btf_verifier_log_basic(env, t, ...) \ argument 1479 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member() 1532 static void btf_verifier_log_vsi(struct btf_verifier_env *env, in btf_verifier_log_vsi() 1559 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr() 1583 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type() 1781 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init() 1817 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free() [all …]
|
/linux-6.14.4/drivers/iio/adc/ |
D | envelope-detector.c | 79 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.14.4/tools/bpf/runqslower/ |
D | runqslower.c | 13 struct env { struct 17 } env = { argument
|
/linux-6.14.4/lib/ |
D | kobject_uevent.c | 116 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.14.4/tools/perf/arch/ |
D | common.c | 109 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.14.4/arch/x86/kernel/fpu/ |
D | regset.c | 331 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
|
D | signal.c | 73 struct user_i387_ia32_struct env; in save_fsave_header() local 341 struct user_i387_ia32_struct env; in __fpu_restore_sig() local
|
/linux-6.14.4/drivers/hwmon/ |
D | ultra45_env.c | 62 struct env { struct 69 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
|
/linux-6.14.4/include/linux/ |
D | of_device.h | 52 struct kobj_uevent_env *env) { } in of_device_uevent() 61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
D | bpf_verifier.h | 677 struct bpf_verifier_env *env; member 789 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux() 794 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info() 814 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func() 821 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs() 936 static inline void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched() 941 static inline void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched() 946 static inline bool reg_scratched(const struct bpf_verifier_env *env, u32 regno) in reg_scratched() 951 static inline bool stack_slot_scratched(const struct bpf_verifier_env *env, u64 regno) in stack_slot_scratched() 956 static inline bool verifier_state_scratched(const struct bpf_verifier_env *env) in verifier_state_scratched() [all …]
|
/linux-6.14.4/scripts/kconfig/ |
D | preprocess.c | 40 struct env { struct 48 struct env *e; in env_add() argument
|
/linux-6.14.4/drivers/of/ |
D | device.c | 219 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent() 257 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
/linux-6.14.4/tools/testing/selftests/net/lib/py/ |
D | ksft.py | 168 def ksft_setup(env): argument 173 def get_bool(env, name): argument
|
/linux-6.14.4/drivers/net/netdevsim/ |
D | bpf.c | 26 #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.14.4/tools/perf/ |
D | builtin-stat.c | 1543 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
|