/kernel/ |
D | tracepoint.c | 308 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call() 323 static int tracepoint_add_func(struct tracepoint *tp, in tracepoint_add_func() 396 static int tracepoint_remove_func(struct tracepoint *tp, in tracepoint_remove_func() 472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() 501 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio() 529 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register() 543 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister() 559 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range() 635 static void tp_module_going_check_quiescent(struct tracepoint *tp, void *priv) in tp_module_going_check_quiescent() 745 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint() [all …]
|
D | torture.c | 483 void torture_shuffle_task_register(struct task_struct *tp) in torture_shuffle_task_register() 929 char *f, struct task_struct **tp) in _torture_create_kthread() 950 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
|
D | sys.c | 2673 struct timespec64 tp; in do_sysinfo() local
|
/kernel/time/ |
D | posix-stubs.c | 61 const struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 73 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime() 95 struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 109 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 175 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument 188 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument 203 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
|
D | posix-timers.c | 170 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_timespec() 183 const struct timespec64 *tp) in posix_clock_realtime_set() 197 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec() 212 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw() 220 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse() 227 struct timespec64 *tp) in posix_get_monotonic_coarse() 234 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res() 240 static int posix_get_boottime_timespec(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime_timespec() 252 static int posix_get_tai_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai_timespec() 263 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec64 *tp) in posix_get_hrtimer_res() [all …]
|
D | posix-cpu-timers.c | 160 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres() 180 posix_cpu_clock_set(const clockid_t clock, const struct timespec64 *tp) in posix_cpu_clock_set() 359 static int posix_cpu_clock_get(const clockid_t clock, struct timespec64 *tp) in posix_cpu_clock_get() 1634 struct timespec64 *tp) in process_cpu_clock_getres() 1639 struct timespec64 *tp) in process_cpu_clock_get() 1654 struct timespec64 *tp) in thread_cpu_clock_getres() 1659 struct timespec64 *tp) in thread_cpu_clock_get()
|
D | alarmtimer.c | 677 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres() 694 static int alarm_clock_get_timespec(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get_timespec() 920 static void get_boottime_timespec(struct timespec64 *tp) in get_boottime_timespec()
|
D | namespace.c | 367 struct timespec64 tp; in proc_timens_set_offset() local
|
/kernel/trace/ |
D | trace_probe.c | 797 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg() 890 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 960 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() 980 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields() 1012 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() 1026 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink() 1034 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup() 1045 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init() 1108 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call() 1130 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() [all …]
|
D | trace_probe.h | 260 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() 266 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag() 272 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() 278 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() 283 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() 288 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() 294 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() 313 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() 318 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling() 325 static inline int trace_probe_unregister_event_call(struct trace_probe *tp) in trace_probe_unregister_event_call() [all …]
|
D | trace_eprobe.c | 36 struct trace_probe tp; member 264 struct trace_probe *tp; in eprobe_event_define_fields() local 289 struct trace_probe *tp; in print_eprobe_event() local 381 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size() 742 struct trace_probe *pos, *tp; in enable_trace_eprobe() local 801 struct trace_probe *pos, *tp; in disable_trace_eprobe() local
|
D | trace_kprobe.c | 63 struct trace_probe tp; member 210 struct trace_probe *tp; in trace_kprobe_primary_from_call() local 331 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe() 352 struct trace_probe *tp; in enable_trace_kprobe() local 402 struct trace_probe *tp; in disable_trace_kprobe() local 1475 struct trace_probe *tp; in print_kprobe_event() local 1505 struct trace_probe *tp; in print_kretprobe_event() local 1540 struct trace_probe *tp; in kprobe_event_define_fields() local 1555 struct trace_probe *tp; in kretprobe_event_define_fields() local
|
D | trace_probe_tmpl.h | 215 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size() 234 store_trace_args(void *data, struct trace_probe *tp, void *rec, in store_trace_args()
|
D | trace_uprobe.c | 66 struct trace_probe tp; member 326 struct trace_probe *tp; in trace_uprobe_primary_from_call() local 1077 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable() 1096 struct trace_probe *tp; in probe_event_enable() local 1156 struct trace_probe *tp; in probe_event_disable() local 1276 struct trace_probe *tp; in uprobe_perf_close() local 1300 struct trace_probe *tp; in uprobe_perf_open() local
|
D | trace_synth.h | 35 struct tracepoint *tp; member
|
D | trace_events_synth.c | 830 static void free_synth_tracepoint(struct tracepoint *tp) in free_synth_tracepoint() 841 struct tracepoint *tp; in alloc_synth_tracepoint() local
|
D | trace_events_user.c | 987 struct tracepoint *tp = &user->tracepoint; in update_reg_page_for() local 1397 struct tracepoint *tp; in user_events_write_core() local
|
D | bpf_trace.c | 2326 struct tracepoint *tp = btp->tp; in __bpf_probe_register() local
|
D | trace_events_hist.c | 827 struct tracepoint *tp = event->tp; in trace_synth() local
|
/kernel/module/ |
D | version.c | 98 struct tracepoint * const *tp) in module_layout()
|
/kernel/futex/ |
D | syscalls.c | 171 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local 366 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
|
D | waitwake.c | 706 ktime_t t, *tp = NULL; in futex_wait_restart() local
|
/kernel/kcsan/ |
D | kcsan_test.c | 1575 static void register_tracepoints(struct tracepoint *tp, void *ignore) in register_tracepoints() 1583 static void unregister_tracepoints(struct tracepoint *tp, void *ignore) in unregister_tracepoints()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 974 kdbtab_t *tp; in kdb_parse() local
|