Home
last modified time | relevance | path

Searched refs:trace_event_file (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.15/include/linux/
Dtrace_events.h217 struct trace_event_file;
221 struct trace_event_file *trace_file,
295 struct trace_event_file *trace_file;
302 struct trace_event_file *trace_file,
472 extern struct trace_event_file *trace_get_event_file(const char *instance,
475 extern void trace_put_event_file(struct trace_event_file *file);
552 extern int synth_event_trace(struct trace_event_file *file,
554 extern int synth_event_trace_array(struct trace_event_file *file, u64 *vals,
556 extern int synth_event_trace_start(struct trace_event_file *file,
623 struct trace_event_file { struct
[all …]
/Linux-v5.15/kernel/trace/
Dtrace_events_trigger.c56 event_triggers_call(struct trace_event_file *file, in event_triggers_call()
100 event_triggers_post_call(struct trace_event_file *file, in event_triggers_post_call()
118 struct trace_event_file *event_file = event_file_data(m->private); in trigger_next()
127 static bool check_user_trigger(struct trace_event_file *file) in check_user_trigger()
141 struct trace_event_file *event_file; in trigger_start()
206 struct trace_event_file *event_file; in event_trigger_regex_open()
230 int trigger_process_regex(struct trace_event_file *file, char *buff) in trigger_process_regex()
262 struct trace_event_file *event_file; in event_trigger_regex_write()
460 int trace_event_trigger_enable_disable(struct trace_event_file *file, in trace_event_trigger_enable_disable()
496 struct trace_event_file *file; in clear_event_triggers()
[all …]
Dtrace_events.c70 struct trace_event_file *___n; \
443 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file) in trace_event_ignore_this_pid()
463 struct trace_event_file *trace_file, in trace_event_buffer_reserve()
497 struct trace_event_file *file = data; in trace_event_reg()
534 struct trace_event_file *file; in trace_event_enable_cmd_record()
556 struct trace_event_file *file; in trace_event_enable_tgid_record()
576 static int __ftrace_event_enable_disable(struct trace_event_file *file, in __ftrace_event_enable_disable()
694 int trace_event_enable_disable(struct trace_event_file *file, in trace_event_enable_disable()
700 static int ftrace_event_enable_disable(struct trace_event_file *file, in ftrace_event_enable_disable()
708 struct trace_event_file *file; in ftrace_clear_events()
[all …]
Dtrace.h329 struct trace_event_file __rcu *enter_syscall_files[NR_syscalls];
330 struct trace_event_file __rcu *exit_syscall_files[NR_syscalls];
351 struct trace_event_file *trace_marker_file;
1349 __event_trigger_test_discard(struct trace_event_file *file, in __event_trigger_test_discard()
1383 event_trigger_unlock_commit(struct trace_event_file *file, in event_trigger_unlock_commit()
1459 extern void print_event_filter(struct trace_event_file *file,
1461 extern int apply_event_filter(struct trace_event_file *file,
1485 extern struct trace_event_file *__find_event_file(struct trace_array *tr,
1488 extern struct trace_event_file *find_event_file(struct trace_array *tr,
1544 struct trace_event_file *file;
[all …]
Dtrace_eprobe.c36 struct trace_event_file *file;
559 struct trace_event_file *file, in eprobe_trigger_cmd_func()
567 struct trace_event_file *file) in eprobe_trigger_reg_func()
574 struct trace_event_file *file) in eprobe_trigger_unreg_func()
598 new_eprobe_trigger(struct trace_eprobe *ep, struct trace_event_file *file) in new_eprobe_trigger()
633 struct trace_event_file *eprobe_file) in enable_eprobe()
636 struct trace_event_file *file; in enable_eprobe()
662 struct trace_event_file *file; in disable_eprobe()
694 struct trace_event_file *file) in enable_trace_eprobe()
739 struct trace_event_file *file) in disable_trace_eprobe()
[all …]
Dtrace_syscalls.c296 struct trace_event_file *trace_file; in ftrace_syscall_enter()
344 struct trace_event_file *trace_file; in ftrace_syscall_exit()
385 static int reg_event_syscall_enter(struct trace_event_file *file, in reg_event_syscall_enter()
406 static void unreg_event_syscall_enter(struct trace_event_file *file, in unreg_event_syscall_enter()
423 static int reg_event_syscall_exit(struct trace_event_file *file, in reg_event_syscall_exit()
444 static void unreg_event_syscall_exit(struct trace_event_file *file, in unreg_event_syscall_exit()
774 struct trace_event_file *file = data; in syscall_enter_register()
802 struct trace_event_file *file = data; in syscall_exit_register()
Dkprobe_event_gen_test.c35 static struct trace_event_file *gen_kprobe_test;
36 static struct trace_event_file *gen_kretprobe_test;
Dtrace_events_hist.c393 struct trace_event_file *event_file;
583 static void last_cmd_set(struct trace_event_file *file, char *str) in last_cmd_set()
925 struct trace_event_file *file, in find_var()
950 static struct trace_event_file *find_var_file(struct trace_array *tr, in find_var_file()
957 struct trace_event_file *file, *found = NULL; in find_var_file()
981 static struct hist_field *find_file_var(struct trace_event_file *file, in find_file_var()
1007 struct trace_event_file *file; in find_match_var()
1042 struct trace_event_file *file; in find_event_var()
1988 parse_field(struct hist_trigger_data *hist_data, struct trace_event_file *file, in parse_field()
2094 struct trace_event_file *file, char *str, in parse_atom()
[all …]
Dtrace_probe.h252 struct trace_event_file *file;
338 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file);
340 struct trace_event_file *file);
342 struct trace_event_file *file);
Dsynth_event_gen_test.c37 static struct trace_event_file *create_synth_test;
38 static struct trace_event_file *empty_synth_test;
39 static struct trace_event_file *gen_synth_test;
Dtrace_events_filter.c976 static inline struct event_filter *event_filter(struct trace_event_file *file) in event_filter()
982 void print_event_filter(struct trace_event_file *file, struct trace_seq *s) in print_event_filter()
1020 static void filter_disable(struct trace_event_file *file) in filter_disable()
1045 static inline void __remove_filter(struct trace_event_file *file) in __remove_filter()
1054 struct trace_event_file *file; in filter_free_subsystem_preds()
1063 static inline void __free_subsystem_filter(struct trace_event_file *file) in __free_subsystem_filter()
1072 struct trace_event_file *file; in filter_free_subsystem_filters()
1543 static inline void event_set_filtered_flag(struct trace_event_file *file) in event_set_filtered_flag()
1553 static inline void event_set_filter(struct trace_event_file *file, in event_set_filter()
1559 static inline void event_clear_filter(struct trace_event_file *file) in event_clear_filter()
[all …]
Dtrace_kprobe.c349 struct trace_event_file *file) in enable_trace_kprobe()
400 struct trace_event_file *file) in disable_trace_kprobe()
1374 struct trace_event_file *trace_file) in NOKPROBE_SYMBOL()
1421 struct trace_event_file *trace_file) in __kretprobe_trace_func()
1689 struct trace_event_file *file = data; in kprobe_register()
1864 struct trace_event_file *file; in enable_boot_kprobe_events()
1950 static __init struct trace_event_file *
1953 struct trace_event_file *file; in find_trace_probe_file()
1971 struct trace_event_file *file; in kprobe_trace_self_tests_init()
Dtrace_events_inject.c17 trace_inject_entry(struct trace_event_file *file, void *rec, int len) in trace_inject_entry()
281 struct trace_event_file *file; in event_inject_write()
Dtrace_boot.c419 trace_boot_init_histograms(struct trace_event_file *file, in trace_boot_init_histograms()
450 trace_boot_init_histograms(struct trace_event_file *file, in trace_boot_init_histograms()
461 struct trace_event_file *file; in trace_boot_init_one_event()
Dtrace_events_synth.c436 struct trace_event_file *trace_file = __data; in trace_event_raw_event_synth()
1538 __synth_event_trace_init(struct trace_event_file *file, in __synth_event_trace_init()
1567 __synth_event_trace_start(struct trace_event_file *file, in __synth_event_trace_start()
1623 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace()
1727 int synth_event_trace_array(struct trace_event_file *file, u64 *vals, in synth_event_trace_array()
1829 int synth_event_trace_start(struct trace_event_file *file, in synth_event_trace_start()
Dtrace_uprobe.c949 struct trace_event_file *trace_file) in __uprobe_trace_func()
1095 struct trace_event_file *file, filter_func_t filter) in probe_event_enable()
1156 struct trace_event_file *file) in probe_event_disable()
1449 struct trace_event_file *file = data; in trace_uprobe_register()
Dtrace_probe.c1103 int trace_probe_add_file(struct trace_probe *tp, struct trace_event_file *file) in trace_probe_add_file()
1119 struct trace_event_file *file) in trace_probe_get_file_link()
1132 struct trace_event_file *file) in trace_probe_remove_file()
Dtrace.c2760 struct trace_event_file *trace_file, in trace_event_buffer_lock_reserve()
2842 struct trace_event_file *file; in output_printk()
2910 struct trace_event_file *file = fbuffer->trace_file; in trace_event_buffer_commit()
9417 struct trace_event_file *file; in init_tracer_tracefs()
/Linux-v5.15/include/trace/
Dtrace_events.h724 struct trace_event_file *trace_file = __data; \
/Linux-v5.15/Documentation/trace/
Devents.rst698 The synth_event_trace() function is passed the trace_event_file
722 accomplish the same thing. It is passed the trace_event_file
805 It's passed the trace_event_file representing the synthetic event
Dhistogram-design.rst83 from the event's trace_event_file along with various bits related to