/kernel/time/ |
D | posix-stubs.c | 60 const struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 72 int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime() 91 struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 105 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument 163 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument 176 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument 191 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
|
D | posix-timers.c | 168 static int posix_clock_realtime_get(clockid_t which_clock, struct timespec64 *tp) in posix_clock_realtime_get() 176 const struct timespec64 *tp) in posix_clock_realtime_set() 190 static int posix_ktime_get_ts(clockid_t which_clock, struct timespec64 *tp) in posix_ktime_get_ts() 199 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw() 206 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse() 213 struct timespec64 *tp) in posix_get_monotonic_coarse() 219 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res() 225 static int posix_get_boottime(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime() 231 static int posix_get_tai(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai() 237 static int posix_get_hrtimer_res(clockid_t which_clock, struct timespec64 *tp) in posix_get_hrtimer_res() [all …]
|
D | posix-cpu-timers.c | 163 posix_cpu_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in posix_cpu_clock_getres() 183 posix_cpu_clock_set(const clockid_t clock, const struct timespec64 *tp) in posix_cpu_clock_set() 362 static int posix_cpu_clock_get(const clockid_t clock, struct timespec64 *tp) in posix_cpu_clock_get() 1358 struct timespec64 *tp) in process_cpu_clock_getres() 1363 struct timespec64 *tp) in process_cpu_clock_get() 1378 struct timespec64 *tp) in thread_cpu_clock_getres() 1383 struct timespec64 *tp) in thread_cpu_clock_get()
|
D | alarmtimer.c | 649 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres() 666 static int alarm_clock_get(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get()
|
/kernel/trace/ |
D | trace_probe.c | 748 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, char *arg, in traceprobe_parse_probe_arg() 841 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt() 901 int traceprobe_set_print_fmt(struct trace_probe *tp, bool is_return) in traceprobe_set_print_fmt() 921 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields() 953 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append() 967 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink() 975 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup() 986 int trace_probe_init(struct trace_probe *tp, const char *event, in trace_probe_init() 1027 int trace_probe_register_event_call(struct trace_probe *tp) in trace_probe_register_event_call() 1043 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file() [all …]
|
D | trace_probe.h | 249 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag() 255 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag() 261 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag() 267 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled() 272 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() 277 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() 283 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() 302 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() 307 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling() 314 static inline int trace_probe_unregister_event_call(struct trace_probe *tp) in trace_probe_unregister_event_call() [all …]
|
D | trace_kprobe.c | 61 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() 354 struct trace_probe *pos, *tp; in enable_trace_kprobe() local 405 struct trace_probe *tp; in disable_trace_kprobe() local 1276 struct trace_probe *tp; in print_kprobe_event() local 1306 struct trace_probe *tp; in print_kretprobe_event() local 1341 struct trace_probe *tp; in kprobe_event_define_fields() local 1356 struct trace_probe *tp; in kretprobe_event_define_fields() local
|
D | trace_probe_tmpl.h | 172 __get_data_size(struct trace_probe *tp, struct pt_regs *regs) in __get_data_size() 191 store_trace_args(void *data, struct trace_probe *tp, struct pt_regs *regs, in store_trace_args()
|
D | trace_uprobe.c | 70 struct trace_probe tp; member 339 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() 1094 struct trace_probe *pos, *tp; in probe_event_enable() local 1155 struct trace_probe *tp; in probe_event_disable() local 1275 struct trace_probe *pos, *tp; in uprobe_perf_close() local 1300 struct trace_probe *pos, *tp; in uprobe_perf_open() local
|
D | trace_events_hist.c | 410 struct tracepoint *tp; member 1089 static void free_synth_tracepoint(struct tracepoint *tp) in free_synth_tracepoint() 1100 struct tracepoint *tp; in alloc_synth_tracepoint() local 1121 struct tracepoint *tp = event->tp; in trace_synth() local
|
D | bpf_trace.c | 1386 struct tracepoint *tp = btp->tp; in __bpf_probe_register() local
|
/kernel/ |
D | tracepoint.c | 227 static int tracepoint_add_func(struct tracepoint *tp, in tracepoint_add_func() 266 static int tracepoint_remove_func(struct tracepoint *tp, in tracepoint_remove_func() 305 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio() 333 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register() 347 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister() 363 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range() 438 static void tp_module_going_check_quiescent(struct tracepoint *tp, void *priv) in tp_module_going_check_quiescent() 550 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint()
|
D | torture.c | 339 void torture_shuffle_task_register(struct task_struct *tp) in torture_shuffle_task_register() 776 char *f, struct task_struct **tp) in _torture_create_kthread() 795 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
|
D | futex.c | 2854 ktime_t t, *tp = NULL; in futex_wait_restart() local 3915 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local 4109 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
|
D | sys.c | 2669 struct timespec64 tp; in do_sysinfo() local
|
D | module.c | 4576 struct tracepoint * const *tp) in module_layout()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 918 kdbtab_t *tp; in kdb_parse() local
|