/external/autotest/client/site_tests/platform_TraceClockMonotonic/src/ |
Makefile | 1 EXEC=ftrace-clock-monotonic 8 $(EXEC): ftrace-clock-monotonic.c
|
/external/linux-kselftest/android/ |
Android.kselftest.mk | 36 # Ftrace test 37 module_prebuilt := ftrace/ftracetest 38 module_src_files := ftrace/ftracetest 41 module_prebuilt := ftrace/test.d/functions 42 module_src_files := ftrace/test.d/functions 45 module_prebuilt := ftrace/test.d/00basic/basic2 46 module_src_files := ftrace/test.d/00basic/basic2.tc 49 module_prebuilt := ftrace/test.d/00basic/basic4 50 module_src_files := ftrace/test.d/00basic/basic4.tc 53 module_prebuilt := ftrace/test.d/00basic/basic [all...] |
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
kvm-recheck-rcuperf.sh | 36 if kvm-recheck-rcuperf-ftrace.sh $i 38 # ftrace data was successfully analyzed, call it good!
|
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
ftrace_set_event.sh | 25 if [ ! -d $dir -o "$dir" = ftrace ]; then 38 # ftrace event sys is special, skip it 39 if echo "$event" | grep "ftrace:*"; then
|
/external/autotest/client/common_lib/ |
site_utils.py | 287 with open(os.path.join(result_dir, 'tracing'), 'w') as ftrace: 288 ftrace.write('Preamble\n') 290 stdout_tee=ftrace, stderr_tee=ftrace) 292 ftrace.write('\nACL setting\n') 295 stdout_tee=ftrace, stderr_tee=ftrace) 296 ftrace.write('Postamble\n') [all...] |
/external/autotest/client/tests/tracing_microbenchmark/ |
tracers.py | 14 class ftrace(base_tracer.Tracer): class in inherits:base_tracer.Tracer
|
/external/linux-kselftest/tools/testing/selftests/ |
Makefile | 7 TARGETS += ftrace
|
/external/autotest/client/profilers/ftrace/ |
ftrace.py | 11 class ftrace(profiler.profiler): class in inherits:profiler.profiler 13 ftrace profiler for autotest. It builds ftrace from souce and runs 57 Initialize ftrace profiler. 85 Start ftrace profiler 92 output_dir = os.path.join(test.profdir, 'ftrace') 115 Stop ftrace profiler.
|
/external/autotest/client/tests/signaltest/src/ |
signaltest.c | 69 static int ftrace = 0; variable 113 if (ftrace) 237 {"ftrace", no_argument, NULL, 'f'},
|
/external/autotest/client/tests/cyclictest/src/ |
cyclictest.c | 87 static int ftrace = 0; variable 224 if (ftrace) 419 {"ftrace", no_argument, NULL, 'f'}, 440 case 'f': ftrace = 1; break;
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/ |
hi6220-hikey.dts | 66 ftrace-size = <0x0 0x00020000>;
|