Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c89 char procfs_path[100]; in kthread_pid_ticks() local
96 sprintf(procfs_path, "/proc/%u/stat", args.kthread_pid); in kthread_pid_ticks()
97 f = fopen(procfs_path, "r"); in kthread_pid_ticks()
99 fprintf(stderr, "couldn't open %s, exiting\n", procfs_path); in kthread_pid_ticks()
103 fprintf(stderr, "fscanf of %s failed, exiting\n", procfs_path); in kthread_pid_ticks()