/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 | 488 void torture_shuffle_task_register(struct task_struct *tp) in torture_shuffle_task_register() 918 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)) in _torture_create_kthread() 943 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
|
D | sys.c | 2788 struct timespec64 tp; in do_sysinfo() local
|
/kernel/time/ |
D | posix-stubs.c | 27 const struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 39 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime() 61 struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 130 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument 143 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument 158 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
|
D | posix-timers.c | 131 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_timespec() 143 const struct timespec64 *tp) in posix_clock_realtime_set() 154 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec() 166 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw() 173 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse() 180 struct timespec64 *tp) in posix_get_monotonic_coarse() 187 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res() 193 static int posix_get_boottime_timespec(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime_timespec() 205 static int posix_get_tai_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai_timespec() 216 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() 358 static int posix_cpu_clock_get(const clockid_t clock, struct timespec64 *tp) in posix_cpu_clock_get() 1633 struct timespec64 *tp) in process_cpu_clock_getres() 1638 struct timespec64 *tp) in process_cpu_clock_get() 1653 struct timespec64 *tp) in thread_cpu_clock_getres() 1658 struct timespec64 *tp) in thread_cpu_clock_get()
|
D | alarmtimer.c | 676 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres() 693 static int alarm_clock_get_timespec(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get_timespec() 919 static void get_boottime_timespec(struct timespec64 *tp) in get_boottime_timespec()
|
D | namespace.c | 385 struct timespec64 tp; in proc_timens_set_offset() local
|
/kernel/trace/ |
D | trace_probe.h | 264 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() 270 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag() 276 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() 282 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() 287 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() 292 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() 298 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() 317 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() 322 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling() 329 static inline int trace_probe_unregister_event_call(struct trace_probe *tp) in trace_probe_unregister_event_call() [all …]
|
D | trace_probe.c | 1380 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg() 1617 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 1687 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() 1707 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields() 1739 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() 1753 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink() 1761 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup() 1772 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init() 1835 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call() 1857 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() [all …]
|
D | trace_fprobe.c | 48 struct trace_probe tp; member 424 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe() 442 struct trace_probe *tp; in enable_trace_fprobe() local 477 struct trace_probe *tp; in disable_trace_fprobe() local 515 struct trace_probe *tp; in print_fentry_event() local 545 struct trace_probe *tp; in print_fexit_event() local 579 struct trace_probe *tp; in fentry_event_define_fields() local 594 struct trace_probe *tp; in fexit_event_define_fields() local 882 static void __find_tracepoint_cb(struct tracepoint *tp, void *priv) in __find_tracepoint_cb()
|
D | trace_eprobe.c | 36 struct trace_probe tp; member 237 struct trace_probe *tp; in eprobe_event_define_fields() local 262 struct trace_probe *tp; in print_eprobe_event() local 355 static int get_eprobe_size(struct trace_probe *tp, void *rec) in get_eprobe_size() 647 struct trace_probe *tp; in enable_trace_eprobe() local 704 struct trace_probe *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 1430 struct trace_probe *tp; in print_kprobe_event() local 1460 struct trace_probe *tp; in print_kretprobe_event() local 1495 struct trace_probe *tp; in kprobe_event_define_fields() local 1510 struct trace_probe *tp; in kretprobe_event_define_fields() local
|
D | trace_probe_tmpl.h | 235 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size() 254 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 318 struct trace_probe *tp; in trace_uprobe_primary_from_call() local 1073 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable() 1092 struct trace_probe *tp; in probe_event_enable() local 1152 struct trace_probe *tp; in probe_event_disable() local 1272 struct trace_probe *tp; in uprobe_perf_close() local 1296 struct trace_probe *tp; in uprobe_perf_open() local
|
D | trace_synth.h | 35 struct tracepoint *tp; member
|
D | trace_events_synth.c | 814 static void free_synth_tracepoint(struct tracepoint *tp) in free_synth_tracepoint() 825 struct tracepoint *tp; in alloc_synth_tracepoint() local
|
D | trace_events_user.c | 1641 struct tracepoint *tp = &user->tracepoint; in update_enable_bit_for() local 2169 struct tracepoint *tp; in user_events_write_core() local
|
D | bpf_trace.c | 2363 struct tracepoint *tp = btp->tp; in __bpf_probe_register() local
|
D | trace_events_hist.c | 830 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/debug/kdb/ |
D | kdb_main.c | 974 kdbtab_t *tp; in kdb_parse() local
|