Searched refs:TRACING_DIR (Results 1 – 1 of 1) sorted by relevance
12 TRACING_DIR = '/sys/kernel/debug/tracing' variable22 with open(os.path.join(TRACING_DIR, file_name), 'w') as f:50 with open(os.path.join(TRACING_DIR, 'trace'), 'r') as f: