8 lines
72 B
C
8 lines
72 B
C
#include <tracefs.h>
|
|
|
|
int main()
|
|
{
|
|
tracefs_tracing_dir();
|
|
return 0;
|
|
}
|