Searched refs:debug_file (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | debug.c | 54 FILE *debug_file(void) in debug_file() function 58 pr_warning_once("debug_file not set"); in debug_file() 100 ret = fprintf_time(debug_file()); in veprintf() 101 ret += vfprintf(debug_file(), fmt, args); in veprintf() 129 ret = fprintf(debug_file(), "[%13" PRIu64 ".%06" PRIu64 "] ", secs, usecs); in veprintf_time() 130 ret += vfprintf(debug_file(), fmt, args); in veprintf_time()
|
| H A D | debug.h | 82 FILE *debug_file(void);
|
| H A D | maps.c | 969 map__fprintf(new, debug_file()); in __maps__fixup_overlap_and_insert() 970 map__fprintf(pos, debug_file()); in __maps__fixup_overlap_and_insert() 991 map__fprintf(before, debug_file()); in __maps__fixup_overlap_and_insert() 1009 map__fprintf(after, debug_file()); in __maps__fixup_overlap_and_insert()
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 732 local debug_file=$4 737 local debug_value=$(cat $debug_file) 752 local debug_file=$3 757 debug_value=$(cat $debug_file) 772 local debug_file=$3 789 debug_value=$(cat "$debug_file"/tc"${tc}"_bw)
|
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 432 if (!isatty(fileno(debug_file()))) in finish_test() 487 color_fprintf(debug_file(), PERF_COLOR_YELLOW, " Running (%d active)\n", running); in finish_test() 501 color_fprintf(debug_file(), PERF_COLOR_YELLOW, " Skip (%s)\n", reason); in start_test() 503 color_fprintf(debug_file(), PERF_COLOR_YELLOW, " Skip\n"); in start_test() 517 color_fprintf(debug_file(), PERF_COLOR_RED, " FAILED!\n"); in start_test() 811 fprintf(debug_file(), PERF_COLOR_DELETE_LINE); in cmd_test() 854 fprintf(debug_file(), PERF_COLOR_DELETE_LINE); in cmd_test() 1048 fprintf(debug_file(), PERF_COLOR_DELETE_LINE); 1114 fprintf(debug_file(), PERF_COLOR_DELETE_LINE); 1245 color_fprintf(debug_file(), PERF_COLOR_RE [all...] |
| H A D | parse-events.c | 49 evsel__fprintf(evsel, &details, debug_file()); in check_evsel()
|