Searched defs:rec (Results 201 - 209 of 209) sorted by relevance

123456789

/linux-master/kernel/trace/
H A Dftrace.c456 struct ftrace_profile *rec = v; local
534 struct ftrace_profile *rec = v; local
720 struct ftrace_profile *rec; local
738 ftrace_add_profile(struct ftrace_profile_stat *stat, struct ftrace_profile *rec) argument
753 struct ftrace_profile *rec = NULL; local
788 struct ftrace_profile *rec; local
842 struct ftrace_profile *rec; local
1551 const struct dyn_ftrace *rec = b; local
1563 struct dyn_ftrace *rec = NULL; local
1597 struct dyn_ftrace *rec; local
1617 struct dyn_ftrace *rec; local
1659 test_rec_ops_needs_regs(struct dyn_ftrace *rec) argument
1685 skip_record(struct dyn_ftrace *rec) argument
1704 struct dyn_ftrace *rec; local
1947 struct dyn_ftrace *rec, *end = NULL; local
2126 ftrace_bug(int failed, struct dyn_ftrace *rec) argument
2183 ftrace_check_record(struct dyn_ftrace *rec, bool enable, bool update) argument
2360 ftrace_update_record(struct dyn_ftrace *rec, bool enable) argument
2374 ftrace_test_record(struct dyn_ftrace *rec, bool enable) argument
2380 ftrace_find_tramp_ops_any(struct dyn_ftrace *rec) argument
2398 ftrace_find_tramp_ops_any_other(struct dyn_ftrace *rec, struct ftrace_ops *op_exclude) argument
2416 ftrace_find_tramp_ops_next(struct dyn_ftrace *rec, struct ftrace_ops *op) argument
2434 ftrace_find_tramp_ops_curr(struct dyn_ftrace *rec) argument
2504 ftrace_find_tramp_ops_new(struct dyn_ftrace *rec) argument
2519 ftrace_find_unique_ops(struct dyn_ftrace *rec) argument
2580 ftrace_get_addr_new(struct dyn_ftrace *rec) argument
2621 ftrace_get_addr_curr(struct dyn_ftrace *rec) argument
2653 __ftrace_replace_code(struct dyn_ftrace *rec, bool enable) argument
2690 struct dyn_ftrace *rec; local
2788 ftrace_nop_initialize(struct module *mod, struct dyn_ftrace *rec) argument
3122 struct dyn_ftrace *rec; local
3565 struct dyn_ftrace *rec = NULL; local
3699 arch_ftrace_trampoline_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) argument
3704 add_trampoline_func(struct seq_file *m, struct ftrace_ops *ops, struct dyn_ftrace *rec) argument
3725 test_for_valid_rec(struct dyn_ftrace *rec) argument
3750 struct dyn_ftrace *rec; local
3801 test_for_valid_rec(struct dyn_ftrace *rec) argument
3816 struct dyn_ftrace *rec; local
4179 enter_record(struct ftrace_hash *hash, struct dyn_ftrace *rec, int clear_filter) argument
4207 struct dyn_ftrace *rec; local
4245 ftrace_match_record(struct dyn_ftrace *rec, struct ftrace_glob *func_g, struct ftrace_glob *mod_g, int exclude_mod) argument
4291 struct dyn_ftrace *rec; local
6287 struct dyn_ftrace *rec; local
6490 struct dyn_ftrace *rec; local
6680 referenced_filters(struct dyn_ftrace *rec) argument
6708 struct dyn_ftrace *rec; local
6764 struct dyn_ftrace *rec; local
6829 struct dyn_ftrace *rec; local
6919 save_ftrace_mod_rec(struct ftrace_mod_map *mod_map, struct dyn_ftrace *rec) argument
7065 save_ftrace_mod_rec(struct ftrace_mod_map *mod_map, struct dyn_ftrace *rec) argument
7125 add_to_clear_hash_list(struct list_head *clear_list, struct dyn_ftrace *rec) argument
7146 struct dyn_ftrace *rec; local
[all...]
H A Dtrace.c573 int call_filter_check_discard(struct trace_event_call *call, void *rec, argument
/linux-master/kernel/bpf/
H A Dsyscall.c527 struct btf_field *btf_record_find(const struct btf_record *rec, u32 offset, argument
540 void btf_record_free(struct btf_record *rec) argument
578 btf_record_dup(const struct btf_record *rec) argument
655 bpf_obj_free_timer(const struct btf_record *rec, void *obj) argument
662 bpf_obj_free_fields(const struct btf_record *rec, void *obj) argument
728 struct btf_record *rec = map->record; local
[all...]
H A Dbtf.c3800 struct btf_record *rec; local
3904 btf_check_and_fixup_fields(const struct btf *btf, struct btf_record *rec) argument
6665 struct btf_record *rec; local
[all...]
H A Dverifier.c411 struct btf_record *rec = NULL; local
5332 struct btf_record *rec; local
5418 struct btf_record *rec; local
7488 struct btf_record *rec; local
8371 struct btf_record *rec; local
10906 __btf_type_is_scalar_struct(struct bpf_verifier_env *env, const struct btf *btf, const struct btf_type *t, int rec) argument
11218 struct btf_record *rec = reg_btf_record(reg); local
11441 struct btf_record *rec; local
11610 struct btf_record *rec; local
[all...]
/linux-master/kernel/events/
H A Dcore.c8955 } rec = { local
9434 } rec; local
9469 } rec; local
[all...]
/linux-master/include/linux/
H A Dbpf.h419 static inline bool btf_record_has_field(const struct btf_record *rec, enum btf_field_type type) argument
426 static inline void bpf_obj_init(const struct btf_record *rec, void *obj) argument
465 static inline void bpf_obj_memcpy(struct btf_record *rec, argument
500 bpf_obj_memzero(struct btf_record *rec, void *dst, u32 size) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.c5772 const struct bpf_core_relo *rec; local
6048 void *rec, *rec_end, *new_prog_info; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h11124 mlxsw_reg_mtpptr_unpack(const char *payload, unsigned int rec, u8 *p_message_type, u8 *p_domain_number, u16 *p_sequence_id, u64 *p_timestamp) argument

Completed in 519 milliseconds

123456789