Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 24 of 24) sorted by relevance

/kernel/
Dtracepoint.c308 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 …]
Dtorture.c488 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()
Dsys.c2788 struct timespec64 tp; in do_sysinfo() local
/kernel/time/
Dposix-stubs.c27 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
Dposix-timers.c131 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 …]
Dposix-cpu-timers.c160 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()
Dalarmtimer.c676 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()
Dnamespace.c385 struct timespec64 tp; in proc_timens_set_offset() local
/kernel/trace/
Dtrace_probe.h264 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 …]
Dtrace_probe.c1380 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 …]
Dtrace_fprobe.c48 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()
Dtrace_eprobe.c36 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
Dtrace_kprobe.c63 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
Dtrace_probe_tmpl.h235 __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()
Dtrace_uprobe.c66 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
Dtrace_synth.h35 struct tracepoint *tp; member
Dtrace_events_synth.c814 static void free_synth_tracepoint(struct tracepoint *tp) in free_synth_tracepoint()
825 struct tracepoint *tp; in alloc_synth_tracepoint() local
Dtrace_events_user.c1641 struct tracepoint *tp = &user->tracepoint; in update_enable_bit_for() local
2169 struct tracepoint *tp; in user_events_write_core() local
Dbpf_trace.c2363 struct tracepoint *tp = btp->tp; in __bpf_probe_register() local
Dtrace_events_hist.c830 struct tracepoint *tp = event->tp; in trace_synth() local
/kernel/module/
Dversion.c98 struct tracepoint * const *tp) in module_layout()
/kernel/futex/
Dsyscalls.c171 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
366 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
Dwaitwake.c706 ktime_t t, *tp = NULL; in futex_wait_restart() local
/kernel/debug/kdb/
Dkdb_main.c974 kdbtab_t *tp; in kdb_parse() local