Home
last modified time | relevance | path

Searched defs:trace_file (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py382 def enable_trace(trace_file): argument
391 def disable_trace(trace_file): argument
498 trace_file = "/sys/kernel/debug/tracing/events/power/pstate_sample/enable" variable
/linux-6.1.9/kernel/trace/
Dtrace_syscalls.c294 struct trace_event_file *trace_file; in ftrace_syscall_enter() local
335 struct trace_event_file *trace_file; in ftrace_syscall_exit() local
Dtrace_events_synth.c455 struct trace_event_file *trace_file = __data; in trace_event_raw_event_synth() local
Dtrace_events.c459 bool trace_event_ignore_this_pid(struct trace_event_file *trace_file) in trace_event_ignore_this_pid()
479 struct trace_event_file *trace_file, in trace_event_buffer_reserve()
Dtrace_kprobe.c1368 struct trace_event_file *trace_file) in __kretprobe_trace_func()
Dtrace_uprobe.c952 struct trace_event_file *trace_file) in __uprobe_trace_func()
Dtrace.c2785 struct trace_event_file *trace_file, in trace_event_buffer_lock_reserve()
/linux-6.1.9/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py251 trace_file = "/sys/kernel/debug/tracing/events/amd_cpu/enable" variable
/linux-6.1.9/tools/perf/
Dbuiltin-ftrace.c565 char *trace_file; in __cmd_ftrace() local
799 char *trace_file; in prepare_func_latency() local
/linux-6.1.9/tools/testing/selftests/user_events/
Dftrace_test.c22 const char *trace_file = "/sys/kernel/debug/tracing/trace"; variable
/linux-6.1.9/tools/perf/util/
Dprobe-file.c109 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file()
/linux-6.1.9/include/linux/
Dtrace_events.h298 struct trace_event_file *trace_file; member