Home
last modified time | relevance | path

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

123456789

/linux/tools/perf/util/
A Denv.c25 void perf_env__insert_bpf_prog_info(struct perf_env *env, in perf_env__insert_bpf_prog_info()
153 static void perf_env__purge_bpf(struct perf_env *env) in perf_env__purge_bpf()
197 void perf_env__exit(struct perf_env *env) in perf_env__exit()
248 void perf_env__init(struct perf_env *env) in perf_env__init()
271 int perf_env__kernel_is_64_bit(struct perf_env *env) in perf_env__kernel_is_64_bit()
372 int perf_env__read_cpuid(struct perf_env *env) in perf_env__read_cpuid()
387 static int perf_env__read_arch(struct perf_env *env) in perf_env__read_arch()
413 int perf_env__nr_cpus_avail(struct perf_env *env) in perf_env__nr_cpus_avail()
457 const char *perf_env__arch(struct perf_env *env) in perf_env__arch()
484 const char *perf_env__cpuid(struct perf_env *env) in perf_env__cpuid()
[all …]
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
451 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info()
505 struct perf_env *env = data; in bpf_event__sb_cb() local
529 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event()
550 struct perf_env *env, in __bpf_event__print_bpf_prog_info()
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
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/tools/testing/selftests/bpf/
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 …]
A Dveristat.c143 char **filenames;
144 int filename_cnt;
145 bool verbose;
146 bool debug;
147 bool quiet;
153 bool replay_mode;
154 int top_n;
156 int log_level;
157 int log_size;
158 bool log_fixed;
[all …]
A Dxdp_features.c26 static struct env { struct
38 } env; argument
/linux/drivers/net/ethernet/netronome/nfp/bpf/
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/kernel/bpf/
A Dverifier.c356 struct bpf_verifier_env *env = private_data; in verbose() local
3584 struct bpf_verifier_env *env = bt->env; in bt_reset() local
5423 static bool in_rcu_cs(struct bpf_verifier_env *env) in in_rcu_cs()
6825 struct bpf_verifier_env *env, in check_stack_access_within_bounds()
7275 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized()
11352 get_kfunc_ptr_arg_type(struct bpf_verifier_env *env, in get_kfunc_ptr_arg_type()
13193 struct bpf_verifier_env *env, in check_stack_access_for_ptr_arithmetic()
16100 struct bpf_verifier_env *env, in visit_func_call_insn()
16494 static int check_cfg(struct bpf_verifier_env *env) in check_cfg()
18291 static int do_check(struct bpf_verifier_env *env) in do_check()
[all …]
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()
542 static void print_liveness(struct bpf_verifier_env *env, in print_liveness()
569 static void verbose_unum(struct bpf_verifier_env *env, u64 num) in verbose_unum()
577 static void verbose_snum(struct bpf_verifier_env *env, s64 num) in verbose_snum()
598 static void print_scalar_ranges(struct bpf_verifier_env *env, in print_scalar_ranges()
680 static void print_reg_state(struct bpf_verifier_env *env, in print_reg_state()
[all …]
A Dbtf.c1478 #define btf_verifier_log_type(env, t, ...) \ argument
1480 #define btf_verifier_log_basic(env, t, ...) \ argument
1863 static int env_stack_push(struct btf_verifier_env *env, in env_stack_push()
2123 static int btf_df_resolve(struct btf_verifier_env *env, in btf_df_resolve()
2295 static void btf_int_log(struct btf_verifier_env *env, in btf_int_log()
4322 static void btf_enum_log(struct btf_verifier_env *env, in btf_enum_log()
5260 static int btf_resolve(struct btf_verifier_env *env, in btf_resolve()
5447 static int btf_parse_hdr(struct btf_verifier_env *env) in btf_parse_hdr()
5720 struct btf_verifier_env *env = NULL; in btf_parse() local
6200 struct btf_verifier_env *env = NULL; in btf_parse_vmlinux() local
[all …]
/linux/drivers/iio/adc/
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/tools/bpf/runqslower/
A Drunqslower.c13 struct env { struct
17 } env = { argument
/linux/lib/
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/perf/arch/
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/arch/x86/kernel/fpu/
A Dregset.c330 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
/linux/drivers/hwmon/
A Dultra45_env.c62 struct env { struct
69 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
/linux/include/linux/
A Dof_device.h52 struct kobj_uevent_env *env) { } in of_device_uevent()
61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
A Dbpf_verifier.h679 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()
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()
935 static inline void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched()
940 static inline void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched()
945 static inline bool reg_scratched(const struct bpf_verifier_env *env, u32 regno) in reg_scratched()
950 static inline bool stack_slot_scratched(const struct bpf_verifier_env *env, u64 regno) in stack_slot_scratched()
955 static inline bool verifier_state_scratched(const struct bpf_verifier_env *env) in verifier_state_scratched()
960 static inline void mark_verifier_state_clean(struct bpf_verifier_env *env) in mark_verifier_state_clean()
[all …]
/linux/scripts/kconfig/
A Dpreprocess.c40 struct env { struct
48 struct env *e; in env_add() argument
/linux/drivers/of/
A Ddevice.c219 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/tools/perf/arch/x86/util/
A Denv.c8 struct perf_env env = { .total_mem = 0, }; in x86__is_amd_cpu() local
/linux/tools/testing/selftests/net/lib/py/
A Dksft.py163 def ksft_setup(env): argument
168 def get_bool(env, name): argument
/linux/drivers/net/netdevsim/
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/perf/
A Dbuiltin-stat.c1527 struct perf_env *env = data; in perf_env__get_socket_aggr_by_cpu() local
1538 struct perf_env *env = data; in perf_env__get_die_aggr_by_cpu() local
1554 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()
1594 struct perf_env *env = data; in perf_env__get_cache_aggr_by_cpu() local
1611 struct perf_env *env = data; in perf_env__get_cluster_aggr_by_cpu() local
1625 struct perf_env *env = data; in perf_env__get_core_aggr_by_cpu() local
1644 struct perf_env *env = data; in perf_env__get_cpu_aggr_by_cpu() local
1783 struct perf_env *env = &st->session->header.env; in perf_stat_init_aggr_mode_file() local

Completed in 92 milliseconds

123456789