Searched refs:FT_DIR (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
D | ftrace_agent.py | 32 FT_DIR = "/sys/kernel/debug/tracing/" variable 33 FT_CLOCK = FT_DIR + "trace_clock" 34 FT_BUFFER_SIZE = FT_DIR + "buffer_size_kb" 35 FT_TRACER = FT_DIR + "current_tracer" 36 FT_PRINT_TGID = FT_DIR + "options/print-tgid" 37 FT_TRACE_ON = FT_DIR + "tracing_on" 38 FT_TRACE = FT_DIR + "trace" 39 FT_TRACE_MARKER = FT_DIR + "trace_marker" 40 FT_OVERWRITE = FT_DIR + "options/overwrite" 214 events_dir = FT_DIR + "events/" [all …]
|
D | ftrace_agent_unittest.py | 16 FT_DIR = "/sys/kernel/debug/tracing/" variable 17 FT_EVENT_DIR = FT_DIR + "events/" 18 FT_TRACE_ON = FT_DIR + "tracing_on" 19 FT_TRACE = FT_DIR + "trace" 20 FT_BUFFER_SIZE = FT_DIR + "buffer_size_kb"
|
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 111 #define FT_DIR 0 macro 112 #define FT_DIRm (1 << FT_DIR) 703 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup() 713 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge() 722 if (ft == FT_DIR) in del_from_flist() 725 if (ft == FT_DIR) in del_from_flist() 740 flp = &flist[FT_DIR]; in dirid_to_fent() 801 fent_to_name(name, &flist[FT_DIR], pfep); in fent_to_name() 845 fent_to_name(name, &flist[FT_DIR], fep); in generate_fname() 1709 fent_to_name(&f, &flist[FT_DIR], fep); in creat_f() [all …]
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 138 #define FT_DIR 0 macro 139 #define FT_DIRm (1 << FT_DIR) 730 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup() 740 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge() 749 if (ft == FT_DIR) in del_from_flist() 752 if (ft == FT_DIR) in del_from_flist() 767 flp = &flist[FT_DIR]; in dirid_to_fent() 828 fent_to_name(name, &flist[FT_DIR], pfep); in fent_to_name() 872 fent_to_name(name, &flist[FT_DIR], fep); in generate_fname() 1734 fent_to_name(&f, &flist[FT_DIR], fep); in creat_f() [all …]
|