Home
last modified time | relevance | path

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

/kernel/
Dtracepoint.c309 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs) in tracepoint_update_call()
324 static int tracepoint_add_func(struct tracepoint *tp, in tracepoint_add_func()
397 static int tracepoint_remove_func(struct tracepoint *tp, in tracepoint_remove_func()
473 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist()
502 int tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio()
530 int tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_register()
544 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister()
560 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range()
636 static void tp_module_going_check_quiescent(struct tracepoint *tp, void *priv) in tp_module_going_check_quiescent()
747 void (*fct)(struct tracepoint *tp, in for_each_tracepoint_in_module()
[all …]
Dtorture.c489 void torture_shuffle_task_register(struct task_struct *tp) in torture_shuffle_task_register()
926 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)) in _torture_create_kthread()
951 void _torture_stop_kthread(char *m, struct task_struct **tp) in _torture_stop_kthread()
Dsys.c2835 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.c132 static int posix_get_realtime_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_timespec()
144 const struct timespec64 *tp) in posix_clock_realtime_set()
155 static int posix_get_monotonic_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_timespec()
167 static int posix_get_monotonic_raw(clockid_t which_clock, struct timespec64 *tp) in posix_get_monotonic_raw()
174 static int posix_get_realtime_coarse(clockid_t which_clock, struct timespec64 *tp) in posix_get_realtime_coarse()
181 struct timespec64 *tp) in posix_get_monotonic_coarse()
188 static int posix_get_coarse_res(const clockid_t which_clock, struct timespec64 *tp) in posix_get_coarse_res()
194 static int posix_get_boottime_timespec(const clockid_t which_clock, struct timespec64 *tp) in posix_get_boottime_timespec()
206 static int posix_get_tai_timespec(clockid_t which_clock, struct timespec64 *tp) in posix_get_tai_timespec()
217 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()
1605 struct timespec64 *tp) in process_cpu_clock_getres()
1610 struct timespec64 *tp) in process_cpu_clock_get()
1625 struct timespec64 *tp) in thread_cpu_clock_getres()
1630 struct timespec64 *tp) in thread_cpu_clock_get()
Dalarmtimer.c682 static int alarm_clock_getres(const clockid_t which_clock, struct timespec64 *tp) in alarm_clock_getres()
699 static int alarm_clock_get_timespec(clockid_t which_clock, struct timespec64 *tp) in alarm_clock_get_timespec()
925 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.h272 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
278 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
284 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
290 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
295 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
300 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
306 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
325 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list()
330 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling()
337 static inline int trace_probe_unregister_event_call(struct trace_probe *tp) in trace_probe_unregister_event_call()
[all …]
Dtrace_probe.c786 static int __store_entry_arg(struct trace_probe *tp, int argnum) in __store_entry_arg()
848 int traceprobe_get_entry_data_size(struct trace_probe *tp) in traceprobe_get_entry_data_size()
881 void store_trace_entry_data(void *edata, struct trace_probe *tp, struct pt_regs *regs) in store_trace_entry_data()
1587 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg()
1885 static int __set_print_fmt(struct trace_probe *tp, char *buf, int len, in __set_print_fmt()
1955 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt()
1975 size_t offset, struct trace_probe *tp) in traceprobe_define_arg_fields()
2007 int trace_probe_append(struct trace_probe *tp, struct trace_probe *to) in trace_probe_append()
2021 void trace_probe_unlink(struct trace_probe *tp) in trace_probe_unlink()
2029 void trace_probe_cleanup(struct trace_probe *tp) in trace_probe_cleanup()
[all …]
Dtrace_fprobe.c50 struct trace_probe tp; member
445 static void __disable_trace_fprobe(struct trace_probe *tp) in __disable_trace_fprobe()
463 struct trace_probe *tp; in enable_trace_fprobe() local
498 struct trace_probe *tp; in disable_trace_fprobe() local
536 struct trace_probe *tp; in print_fentry_event() local
566 struct trace_probe *tp; in print_fexit_event() local
600 struct trace_probe *tp; in fentry_event_define_fields() local
615 struct trace_probe *tp; in fexit_event_define_fields() local
886 static void __find_tracepoint_module_cb(struct tracepoint *tp, struct module *mod, void *priv) in __find_tracepoint_module_cb()
903 static void __find_tracepoint_cb(struct tracepoint *tp, void *priv) in __find_tracepoint_cb()
[all …]
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
217 struct trace_probe *tp; in trace_kprobe_primary_from_call() local
338 static void __disable_trace_kprobe(struct trace_probe *tp) in __disable_trace_kprobe()
359 struct trace_probe *tp; in enable_trace_kprobe() local
409 struct trace_probe *tp; in disable_trace_kprobe() local
1561 struct trace_probe *tp; in print_kprobe_event() local
1591 struct trace_probe *tp; in print_kretprobe_event() local
1626 struct trace_probe *tp; in kprobe_event_define_fields() local
1641 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, void *edata) in __get_data_size()
254 store_trace_args(void *data, struct trace_probe *tp, void *rec, void *edata, in store_trace_args()
Dtrace_uprobe.c67 struct trace_probe tp; member
319 struct trace_probe *tp; in trace_uprobe_primary_from_call() local
1119 static void __probe_event_disable(struct trace_probe *tp) in __probe_event_disable()
1142 struct trace_probe *tp; in probe_event_enable() local
1202 struct trace_probe *tp; in probe_event_disable() local
1319 struct trace_probe *tp; in uprobe_perf_close() local
1343 struct trace_probe *tp; in uprobe_perf_open() local
Dtrace_synth.h35 struct tracepoint *tp; member
Dtrace_events_synth.c813 static void free_synth_tracepoint(struct tracepoint *tp) in free_synth_tracepoint()
824 struct tracepoint *tp; in alloc_synth_tracepoint() local
Dtrace_events_user.c1676 struct tracepoint *tp = &user->tracepoint; in update_enable_bit_for() local
2247 struct tracepoint *tp; in user_events_write_core() local
Dbpf_trace.c2384 struct tracepoint *tp = btp->tp; in bpf_probe_register() local
Dtrace_events_hist.c823 struct tracepoint *tp = event->tp; in trace_synth() local
/kernel/module/
Dversion.c143 struct tracepoint * const *tp) in module_layout()
/kernel/futex/
Dsyscalls.c167 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
499 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
Dwaitwake.c735 ktime_t t, *tp = NULL; in futex_wait_restart() local
/kernel/debug/kdb/
Dkdb_main.c963 kdbtab_t *tp; in kdb_parse() local