Searched refs:k_ftraceFilterPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/atrace/
H A Datrace.cpp221 static const char* k_ftraceFilterPath = variable
250 // device nodes (e.g. k_ftraceFilterPath) currently aren't changed by
589 int fd = open(k_ftraceFilterPath, O_RDONLY);
591 fprintf(stderr, "error opening %s: %s (%d)\n", k_ftraceFilterPath,
600 fprintf(stderr, "error reading %s: %s (%d)\n", k_ftraceFilterPath,
640 if (fileIsWritable(k_ftraceFilterPath)) {
641 ok &= truncateFile(k_ftraceFilterPath);
652 ok &= truncateFile(k_ftraceFilterPath);
656 ok &= appendStr(k_ftraceFilterPath, func);

Completed in 53 milliseconds