Searched refs:debug_file (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | debug.c | 46 FILE *debug_file(void) in debug_file() function 92 ret = fprintf_time(debug_file()); in veprintf() 93 ret += vfprintf(debug_file(), fmt, args); in veprintf() 121 ret = fprintf(debug_file(), "[%13" PRIu64 ".%06" PRIu64 "] ", secs, usecs); in veprintf_time() 122 ret += vfprintf(debug_file(), fmt, args); in veprintf_time()
|
| H A D | debug.h | 82 FILE *debug_file(void);
|
| H A D | maps.c | 815 FILE *fp = debug_file(); in __maps__fixup_overlap_and_insert()
|
| /linux-6.15/drivers/power/supply/ |
| H A D | da9030_battery.c | 119 struct dentry *debug_file; member 180 charger->debug_file = debugfs_create_file("charger", 0666, NULL, in da9030_bat_create_debugfs() 182 return charger->debug_file; in da9030_bat_create_debugfs() 187 debugfs_remove(charger->debug_file); in da9030_bat_remove_debugfs() 541 charger->debug_file = da9030_bat_create_debugfs(charger); in da9030_battery_probe()
|
| H A D | axp288_fuel_gauge.c | 126 struct dentry *debug_file; member
|
| /linux-6.15/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 575 local debug_file=$4 580 local debug_value=$(cat $debug_file) 595 local debug_file=$3 600 debug_value=$(cat $debug_file)
|
| /linux-6.15/tools/perf/tests/ |
| H A D | builtin-test.c | 364 fprintf(debug_file(), PERF_COLOR_DELETE_LINE); in finish_test() 397 fprintf(debug_file(), PERF_COLOR_DELETE_LINE); in finish_test()
|