Home
last modified time | relevance | path

Searched refs:tracefs_create_file (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dtracefs.h24 struct dentry *tracefs_create_file(const char *name, umode_t mode,
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_hwlat.c552 hwlat_sample_window = tracefs_create_file("window", 0640, in init_tracefs()
559 hwlat_sample_width = tracefs_create_file("width", 0644, in init_tracefs()
Dtrace_dynevent.c218 entry = tracefs_create_file("dynamic_events", 0644, NULL, in init_dynamic_event()
Dtrace_stat.c300 session->file = tracefs_create_file(session->ts->name, 0644, in init_stat_file()
Dtrace_events.c2105 entry = tracefs_create_file("filter", 0644, dir->entry, dir, in event_subsystem_dir()
3238 entry = tracefs_create_file("set_event", 0644, parent, in create_event_toplevel_files()
3260 entry = tracefs_create_file("set_event_pid", 0644, parent, in create_event_toplevel_files()
3265 entry = tracefs_create_file("set_event_notrace_pid", 0644, parent, in create_event_toplevel_files()
3494 entry = tracefs_create_file("available_events", 0444, NULL, in event_trace_init()
Dtrace_kprobe.c1936 entry = tracefs_create_file("kprobe_events", 0644, NULL, in init_kprobe_trace()
1944 entry = tracefs_create_file("kprobe_profile", 0444, NULL, in init_kprobe_trace()
Dtrace_events_synth.c2088 entry = tracefs_create_file("synthetic_events", 0644, NULL, in trace_events_synth_init()
Dftrace.c991 entry = tracefs_create_file("function_profile_enabled", 0644, in ftrace_profile_tracefs()
Dtrace.c8345 ret = tracefs_create_file(name, mode, parent, data, fops); in trace_create_file()
/kernel/linux/linux-5.10/fs/tracefs/
Dinode.c478 struct dentry *tracefs_create_file(const char *name, umode_t mode, in tracefs_create_file() function