Symbol: debug_file
drivers/power/supply/axp288_fuel_gauge.c
126
struct dentry *debug_file;
drivers/power/supply/da9030_battery.c
119
struct dentry *debug_file;
drivers/power/supply/da9030_battery.c
180
charger->debug_file = debugfs_create_file("charger", 0666, NULL,
drivers/power/supply/da9030_battery.c
182
return charger->debug_file;
drivers/power/supply/da9030_battery.c
187
debugfs_remove(charger->debug_file);
drivers/power/supply/da9030_battery.c
541
charger->debug_file = da9030_bat_create_debugfs(charger);
tools/perf/tests/builtin-test.c
1035
fprintf(debug_file(), PERF_COLOR_DELETE_LINE);
tools/perf/tests/builtin-test.c
1098
fprintf(debug_file(), PERF_COLOR_DELETE_LINE);
tools/perf/tests/builtin-test.c
800
fprintf(debug_file(), PERF_COLOR_DELETE_LINE);
tools/perf/tests/builtin-test.c
843
fprintf(debug_file(), PERF_COLOR_DELETE_LINE);
tools/perf/tests/parse-events.c
49
evsel__fprintf(evsel, &details, debug_file());
tools/perf/util/debug.c
100
ret = fprintf_time(debug_file());
tools/perf/util/debug.c
101
ret += vfprintf(debug_file(), fmt, args);
tools/perf/util/debug.c
129
ret = fprintf(debug_file(), "[%13" PRIu64 ".%06" PRIu64 "] ", secs, usecs);
tools/perf/util/debug.c
130
ret += vfprintf(debug_file(), fmt, args);
tools/perf/util/debug.h
82
FILE *debug_file(void);
tools/perf/util/maps.c
1009
map__fprintf(after, debug_file());
tools/perf/util/maps.c
969
map__fprintf(new, debug_file());
tools/perf/util/maps.c
970
map__fprintf(pos, debug_file());
tools/perf/util/maps.c
991
map__fprintf(before, debug_file());