/Linux-v6.6/tools/perf/util/ |
D | env.c | 23 void perf_env__insert_bpf_prog_info(struct perf_env *env, in perf_env__insert_bpf_prog_info() 54 struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env, in perf_env__find_bpf_prog_info() 79 bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in perf_env__insert_btf() 112 struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id) in perf_env__find_btf() 137 static void perf_env__purge_bpf(struct perf_env *env) in perf_env__purge_bpf() 181 void perf_env__exit(struct perf_env *env) in perf_env__exit() 232 void perf_env__init(struct perf_env *env) in perf_env__init() 242 static void perf_env__init_kernel_mode(struct perf_env *env) in perf_env__init_kernel_mode() 255 int perf_env__kernel_is_64_bit(struct perf_env *env) in perf_env__kernel_is_64_bit() 263 int perf_env__set_cmdline(struct perf_env *env, int argc, const char *argv[]) in perf_env__set_cmdline() [all …]
|
D | bpf-event.c | 40 struct perf_env *env = machine->env; in machine__process_bpf_event_load() local 95 static int perf_env__fetch_btf(struct perf_env *env, in perf_env__fetch_btf() 177 struct perf_env *env; in perf_event__synthesize_one_bpf_prog() local 447 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info() 501 struct perf_env *env = data; in bpf_event__sb_cb() local 525 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event() 546 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 | 554 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, in cgroup__findnew() 565 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id) in cgroup__find() 575 void perf_env__purge_cgroups(struct perf_env *env) in perf_env__purge_cgroups()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | bench.h | 20 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 bool quiet; 28 int consumer_cnt; 29 int producer_cnt; [all …]
|
D | veristat.c | 138 static struct env { struct 139 char **filenames; 140 int filename_cnt; 141 bool verbose; 142 bool debug; 143 bool quiet; 144 bool force_checkpoints; 145 enum resfmt out_fmt; 146 bool show_version; 147 bool comparison_mode; [all …]
|
D | xdp_features.c | 26 static struct env { struct 38 } env; argument
|
/Linux-v6.6/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-v6.6/kernel/bpf/ |
D | verifier.c | 341 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo() 363 struct bpf_verifier_env *env = private_data; in verbose() local 382 __printf(3, 4) static void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo() 410 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar() 491 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global() 596 static const char *reg_type_str(struct bpf_verifier_env *env, in reg_type_str() 655 static void print_liveness(struct bpf_verifier_env *env, in print_liveness() 673 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func() 695 static int stack_slot_obj_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in stack_slot_obj_get_spi() 722 static int dynptr_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in dynptr_get_spi() [all …]
|
D | btf.c | 1394 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log() 1408 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type() 1452 #define btf_verifier_log_type(env, t, ...) \ argument 1454 #define btf_verifier_log_basic(env, t, ...) \ argument 1458 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member() 1511 static void btf_verifier_log_vsi(struct btf_verifier_env *env, in btf_verifier_log_vsi() 1538 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr() 1562 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type() 1723 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init() 1759 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free() [all …]
|
D | offload.c | 305 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn() 321 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize() 340 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn() 359 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_prog_offload_remove_insns()
|
/Linux-v6.6/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-v6.6/tools/bpf/runqslower/ |
D | runqslower.c | 13 struct env { struct 17 } env = { variable
|
/Linux-v6.6/lib/ |
D | kobject_uevent.c | 117 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()
|
/Linux-v6.6/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-v6.6/arch/x86/kernel/fpu/ |
D | regset.c | 330 static void __convert_from_fxsr(struct user_i387_ia32_struct *env, in __convert_from_fxsr() 368 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr() 374 const struct user_i387_ia32_struct *env) in convert_to_fxsr() 404 struct user_i387_ia32_struct env; in fpregs_get() local 436 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 339 struct user_i387_ia32_struct env; in __fpu_restore_sig() local
|
/Linux-v6.6/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-v6.6/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()
|
/Linux-v6.6/scripts/kconfig/ |
D | preprocess.c | 38 struct env { struct 46 struct env *e; in env_add() argument
|
/Linux-v6.6/drivers/of/ |
D | device.c | 247 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent() 285 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
/Linux-v6.6/tools/perf/arch/x86/util/ |
D | env.c | 8 struct perf_env env = { .total_mem = 0, }; in x86__is_amd_cpu() local
|
/Linux-v6.6/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-v6.6/kernel/sched/ |
D | fair.c | 2042 static void update_numa_stats(struct task_numa_env *env, in update_numa_stats() 2082 static void task_numa_assign(struct task_numa_env *env, in task_numa_assign() 2130 struct task_numa_env *env) in load_too_imbalanced() 2170 static bool task_numa_compare(struct task_numa_env *env, in task_numa_compare() 2358 static void task_numa_find_cpu(struct task_numa_env *env, in task_numa_find_cpu() 2418 struct task_numa_env env = { in task_numa_migrate() local 8589 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() 8636 static int migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality() 8684 struct lb_env *env) in migrate_degrades_locality() 8694 int can_migrate_task(struct task_struct *p, struct lb_env *env) in can_migrate_task() [all …]
|
/Linux-v6.6/tools/perf/ |
D | builtin-stat.c | 1658 struct perf_env *env = data; in perf_env__get_socket_aggr_by_cpu() local 1669 struct perf_env *env = data; in perf_env__get_die_aggr_by_cpu() local 1685 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() 1725 struct perf_env *env = data; in perf_env__get_cache_aggr_by_cpu() local 1741 struct perf_env *env = data; in perf_env__get_core_aggr_by_cpu() local 1760 struct perf_env *env = data; in perf_env__get_cpu_aggr_by_cpu() local 1889 struct perf_env *env = &st->session->header.env; in perf_stat_init_aggr_mode_file() local
|