Home
last modified time | relevance | path

Searched refs:fopen_or_die (Results 1 – 1 of 1) sorted by relevance

/tools/power/x86/turbostat/
Dturbostat.c1688 FILE *fopen_or_die(const char *path, const char *mode) in fopen_or_die() function
1709 filep = fopen_or_die(path, "r"); in parse_int_file()
1784 filep = fopen_or_die(path, "r"); in get_num_ht_siblings()
1858 fp = fopen_or_die(proc_stat, "r"); in for_all_proc_cpus()
1918 fp = fopen_or_die("/proc/interrupts", "r"); in snapshot_proc_interrupts()
1981 fp = fopen_or_die("/sys/class/drm/card0/power/rc6_residency_ms", "r"); in snapshot_gfx_rc6_ms()
2005 fp = fopen_or_die("/sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz", "r"); in snapshot_gfx_mhz()
3803 outf = fopen_or_die(optarg, "w"); in cmdline()