/kernel/trace/ |
D | trace_export.c | 19 enum trace_reg type, void *data) in ftrace_event_register() 39 #define __field_struct(type, item) argument 42 #define __field(type, item) type item; argument 45 #define __field_desc(type, container, item) type item; argument 48 #define __array(type, item, size) type item[size]; argument 51 #define __array_desc(type, container, item, size) type item[size]; argument 54 #define __dynamic_array(type, item) type item[]; argument 83 #define __field(type, item) \ argument 92 #define __field_desc(type, container, item) \ argument 102 #define __array(type, item, len) \ argument [all …]
|
D | trace_dynevent.c | 34 int dyn_event_release(int argc, char **argv, struct dyn_event_operations *type) in dyn_event_release() 146 int dyn_events_release_all(struct dyn_event_operations *type) in dyn_events_release_all()
|
D | trace_probe.h | 44 #define DEFINE_FIELD(type, item, name, is_signed) \ argument 146 #define PRINT_TYPE_FUNC_NAME(type) print_type_##type argument 147 #define PRINT_TYPE_FMT_NAME(type) print_type_format_##type argument 150 #define DECLARE_BASIC_PRINT_TYPE_FUNC(type) \ argument 223 const struct fetch_type *type; /* Type of this argument */ member
|
D | trace_event_perf.c | 421 void perf_trace_buf_update(void *record, u16 type) in perf_trace_buf_update() 496 enum trace_reg type, void *data) in perf_ftrace_event_register()
|
D | trace_syscalls.c | 201 #define SYSCALL_FIELD(type, field, name) \ argument 767 enum trace_reg type, void *data) in syscall_enter_register() 795 enum trace_reg type, void *data) in syscall_exit_register()
|
D | trace_probe.c | 33 #define DEFINE_BASIC_PRINT_TYPE_FUNC(tname, type, fmt) \ argument 101 static const struct fetch_type *find_fetch_type(const char *type) in find_fetch_type() 354 parse_probe_arg(char *arg, const struct fetch_type *type, in parse_probe_arg()
|
D | bpf_trace.c | 763 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access() 872 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access() 1064 enum bpf_access_type type, in raw_tp_prog_is_valid_access() 1087 enum bpf_access_type type, in raw_tp_writable_prog_is_valid_access() 1107 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access() 1145 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, in pe_prog_convert_ctx_access()
|
/kernel/ |
D | pid.c | 163 enum pid_type type; in alloc_pid() local 273 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr() 283 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 289 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 308 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 313 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 322 enum pid_type type) in transfer_pid() 329 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 371 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 381 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task() [all …]
|
D | profile.c | 170 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 189 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister() 285 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() 386 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() 394 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() 402 void profile_tick(int type) in profile_tick()
|
D | kcmp.c | 39 static long kptr_obfuscate(long v, int type) in kptr_obfuscate() 50 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) in kcmp_ptr() 152 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5() argument
|
D | jump_label.c | 340 enum jump_label_type type) in arch_jump_label_transform_static() 383 unsigned long type; in static_key_set_entries() local 503 bool type = static_key_type(key); in jump_label_init_type() local 531 unsigned long type; in static_key_set_mod() local
|
D | ucount.c | 190 enum ucount_type type) in inc_ucount() 212 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
|
D | kallsyms.c | 482 char type; member 490 char *type, char *name) in arch_get_kallsym() 646 char type; in s_show() local
|
D | audit.c | 901 struct sk_buff *audit_make_reply(int seq, int type, int done, in audit_make_reply() 955 static void audit_send_reply(struct sk_buff *request_skb, int seq, int type, int done, in audit_send_reply() 1672 gfp_t gfp_mask, int type) in audit_buffer_alloc() 1745 int type) in audit_log_start() 2337 void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, in audit_log()
|
/kernel/bpf/ |
D | cgroup.c | 42 unsigned int type; in cgroup_bpf_release() local 109 enum bpf_attach_type type, in hierarchy_allows_attach() 139 enum bpf_attach_type type, in compute_effective_progs() 183 enum bpf_attach_type type, in activate_effective_progs() 237 enum bpf_attach_type type) in update_effective_progs() 299 enum bpf_attach_type type, u32 flags) in __cgroup_bpf_attach() 428 enum bpf_attach_type type) in __cgroup_bpf_detach() 502 enum bpf_attach_type type = attr->query.attach_type; in __cgroup_bpf_query() local 625 enum bpf_attach_type type) in __cgroup_bpf_run_filter_skb() 677 enum bpf_attach_type type) in __cgroup_bpf_run_filter_sk() [all …]
|
D | inode.c | 30 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() 47 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() 62 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj() 110 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type() 384 enum bpf_type type) in bpf_obj_do_pin() 426 enum bpf_type type; in bpf_obj_pin_user() local 449 enum bpf_type *type, int flags) in bpf_obj_do_get() 482 enum bpf_type type = BPF_TYPE_UNSPEC; in bpf_obj_get_user() local 516 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode() 540 struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type) in bpf_prog_get_type_path() [all …]
|
D | verifier.c | 319 static bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer() 325 static bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer() 333 static bool reg_type_may_be_null(enum bpf_reg_type type) in reg_type_may_be_null() 347 static bool reg_type_may_be_refcounted_or_null(enum bpf_reg_type type) in reg_type_may_be_refcounted_or_null() 355 static bool arg_type_may_be_refcounted(enum bpf_arg_type type) in arg_type_may_be_refcounted() 1845 static bool is_spillable_regtype(enum bpf_reg_type type) in is_spillable_regtype() 1987 u8 type = STACK_MISC; in check_stack_write() local 2141 int off, int size, enum bpf_access_type type) in check_map_access_type() 3208 static bool arg_type_is_mem_ptr(enum bpf_arg_type type) in arg_type_is_mem_ptr() 3215 static bool arg_type_is_mem_size(enum bpf_arg_type type) in arg_type_is_mem_size() [all …]
|
D | syscall.c | 103 u32 type = attr->map_type; in find_and_alloc_map() local 1202 static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog) in find_prog_type() 1545 struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type, in bpf_prog_get_type_dev() 1632 enum bpf_prog_type type = attr->prog_type; in bpf_prog_load() local 2226 u32 *type) in bpf_map_from_imm() 2252 u32 off, type; in bpf_insn_prepare_dump() local
|
/kernel/events/ |
D | hw_breakpoint.c | 52 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info() 88 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type) in max_task_bp_pinned() 105 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() 134 enum bp_type_idx type) in fetch_bp_busy_slots() 173 enum bp_type_idx type, int weight) in toggle_bp_task_slot() 191 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot() 271 enum bp_type_idx type; in __reserve_bp_slot() local 317 enum bp_type_idx type; in __release_bp_slot() local
|
/kernel/time/ |
D | alarmtimer.c | 245 int i, ret, type; in alarmtimer_suspend() local 326 __alarm_init(struct alarm *alarm, enum alarmtimer_type type, in __alarm_init() 342 void alarm_init(struct alarm *alarm, enum alarmtimer_type type, in alarm_init() 483 static void alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type) in alarmtimer_freezerset() 685 enum alarmtimer_type type; in alarm_timer_create() local 723 enum alarmtimer_type type) in alarmtimer_do_nsleep() 762 alarm_init_on_stack(struct alarm *alarm, enum alarmtimer_type type, in alarm_init_on_stack() 778 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() local 799 enum alarmtimer_type type = clock2alarm(which_clock); in alarm_timer_nsleep() local
|
/kernel/power/ |
D | qos.c | 145 char *type; in pm_qos_debug_show() local 689 enum freq_qos_req_type type) in freq_qos_read_value() 757 enum freq_qos_req_type type, s32 value) in freq_qos_add_request() 843 enum freq_qos_req_type type, in freq_qos_add_notifier() 876 enum freq_qos_req_type type, in freq_qos_remove_notifier()
|
/kernel/cgroup/ |
D | cgroup-v1.c | 183 struct { enum cgroup_filetype type; struct pid_namespace *ns; } key; member 282 enum cgroup_filetype type) in cgroup_pidlist_find() 303 enum cgroup_filetype type) in cgroup_pidlist_find_create() 330 static int pidlist_array_load(struct cgroup *cgrp, enum cgroup_filetype type, in pidlist_array_load() 403 enum cgroup_filetype type = seq_cft(s)->private; in cgroup_pidlist_start() local
|
/kernel/irq/ |
D | proc.c | 46 static int show_irq_affinity(int type, struct seq_file *m) in show_irq_affinity() 115 static ssize_t write_irq_affinity(int type, struct file *file, in write_irq_affinity()
|
D | irq_sim.c | 28 static int irq_sim_set_type(struct irq_data *data, unsigned int type) in irq_sim_set_type()
|
/kernel/gcov/ |
D | gcc_3_4.c | 162 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active() 351 unsigned int type; member
|