Searched refs:timerlat_fd (Results 1 – 5 of 5) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | timerlat_u.c | 36 int timerlat_fd; in timerlat_u_main() local 80 timerlat_fd = tracefs_instance_file_open(NULL, buffer, O_RDONLY); in timerlat_u_main() 81 if (timerlat_fd < 0) { in timerlat_u_main() 90 retval = read(timerlat_fd, buffer, 1024); in timerlat_u_main() 95 close(timerlat_fd); in timerlat_u_main()
|
/linux/tools/tracing/rtla/sample/ |
H A D | timerlat_load.py | 55 timerlat_fd = open(timerlat_path, 'r') variable 67 timerlat_fd.read(1) 73 timerlat_fd.close()
|
/linux/Documentation/trace/ |
H A D | timerlat-tracer.rst | 189 file descriptor inside $tracing_dir/osnoise/per_cpu/cpu$ID/timerlat_fd. 231 int timerlat_fd; 243 "/sys/kernel/tracing/osnoise/per_cpu/cpu%ld/timerlat_fd", 246 timerlat_fd = open(buffer, O_RDONLY); 247 if (timerlat_fd < 0) { 253 retval = read(timerlat_fd, buffer, 1024); 258 close(timerlat_fd);
|
/linux/Documentation/tools/rtla/ |
H A D | common_timerlat_options.rst | 41 to wait on the timerlat_fd. Once the workload is awakes, it goes to sleep again 48 task that waits for a new period on the tracing/osnoise/per_cpu/cpu$ID/timerlat_fd.
|
/linux/kernel/trace/ |
H A D | trace_osnoise.c | 1963 * This is a user thread waiting on the timerlat_fd. We need in stop_kthread() 2476 * timerlat_fd_read - Read function for "timerlat_fd" file 2733 struct dentry *timerlat_fd; in osnoise_create_cpu_timerlat_fd() 2755 timerlat_fd = trace_create_file("timerlat_fd", TRACE_MODE_READ, in osnoise_create_cpu_timerlat_fd() 2757 if (!timerlat_fd) in osnoise_create_cpu_timerlat_fd() 2761 d_inode(timerlat_fd)->i_cdev = (void *)(cpu); in osnoise_create_cpu_timerlat_fd() 2729 struct dentry *timerlat_fd; osnoise_create_cpu_timerlat_fd() local
|