/device/google/gs-common/soc/ |
D | dump_soc.cpp | 33 dumpFileContent("AP HW TUNE", "/sys/devices/system/chip-id/ap_hw_tune_str"); in main() 34 dumpFileContent("DVFS VERSION", "/sys/devices/system/chip-id/dvfs_version"); in main() 35 dumpFileContent("EVT VERSION", "/sys/devices/system/chip-id/evt_ver"); in main() 36 dumpFileContent("LOT ID", "/sys/devices/system/chip-id/lot_id"); in main() 37 dumpFileContent("PACKAGE", "/sys/devices/system/chip-id/pkg_revision"); in main() 38 dumpFileContent("PRODUCT ID", "/sys/devices/system/chip-id/product_id"); in main() 39 dumpFileContent("REVISION", "/sys/devices/system/chip-id/revision"); in main() 40 dumpFileContent("RAW STR", "/sys/devices/system/chip-id/raw_str"); in main() 41 dumpFileContent("CPU present", "/sys/devices/system/cpu/present"); in main() 42 dumpFileContent("CPU online", "/sys/devices/system/cpu/online"); in main() [all …]
|
D | dump_memory.cpp | 53 dumpFileContent(entry2->d_name, concat(result, base, entry2->d_name)); in iterate() 67 dumpFileContent("dmabuf info", "/d/dma_buf/bufinfo"); in main() 68 dumpFileContent("Page Pinner - longterm pin", "/sys/kernel/debug/page_pinner/buffer"); in main() 79 …dumpFileContent("count", concat(result, concat(result, "/sys/kernel/debug/cma/", entry->d_name), "… in main() 80 …dumpFileContent("used", concat(result, concat(result, "/sys/kernel/debug/cma/", entry->d_name), "/… in main() 81 …dumpFileContent("bitmap", concat(result, concat(result, "/sys/kernel/debug/cma/", entry->d_name), … in main() 88 dumpFileContent("Pixel Trace", "/sys/kernel/tracing/instances/pixel/trace"); in main()
|
D | dump_devfreq.cpp | 37 dumpFileContent(dvfs_path[0], dvfs_path[1]); in main()
|
/device/google/gs-common/storage/ |
D | dump_storage.cpp | 63 dumpFileContent("F2FS status", "/sys/kernel/debug/f2fs/status"); in main() 64 dumpFileContent("F2FS fsck", "/dev/fscklogs/fsck"); in main() 72 dumpFileContent("UFS model", "/sys/block/sda/device/model"); in main() 73 dumpFileContent("UFS rev", "/sys/block/sda/device/rev"); in main() 74 dumpFileContent("UFS size", "/sys/block/sda/size"); in main() 76 dumpFileContent("UFS Slow IO Read", in main() 78 dumpFileContent("UFS Slow IO Write", in main() 80 dumpFileContent("UFS Slow IO Unmap", in main() 82 dumpFileContent("UFS Slow IO Sync", in main() 169 dumpFileContent( in main() [all …]
|
/device/google/zuma/dumpstate/ |
D | dump_power.cpp | 167 dumpFileContent("Power supply property tcpm", fullPath.c_str()); in dumpTcpmPsyUevent() 190 dumpFileContent(row[0], row[1]); in dumpPowerSupplyStats() 224 dumpFileContent(row[0], row[1]); in dumpMaxFg() 228 dumpFileContent(row[0], row[1]); in dumpMaxFg() 233 dumpFileContent(maxfgHistoryName, maxfgHistoryDir); in dumpMaxFg() 241 dumpFileContent(powerSupplyPropertyDockTitle, powerSupplyPropertyDockFile); in dumpPowerSupplyDock() 254 dumpFileContent(logbufferTcpmTitle, logbufferTcpmFile); in dumpLogBufferTcpm() 315 dumpFileContent(row[0], row[1]); in dumpPdEngine() 324 dumpFileContent(dumpTitle, dumpFile); in dumpEusbRepeater() 333 dumpFileContent(wc68Title, wc68File); in dumpWc68() [all …]
|
/device/google/zumapro/dumpstate/ |
D | dump_power.cpp | 173 dumpFileContent(row[0], row[1]); in dumpPowerSupplyStats() 213 dumpFileContent(row[0], row[1]); in dumpMaxFg() 217 dumpFileContent(row[0], row[1]); in dumpMaxFg() 221 dumpFileContent(row[0], row[1]); in dumpMaxFg() 226 dumpFileContent(maxfgHistoryName, maxfgHistoryDir); in dumpMaxFg() 234 dumpFileContent(powerSupplyPropertyDockTitle, powerSupplyPropertyDockFile); in dumpPowerSupplyDock() 247 dumpFileContent(logbufferTcpmTitle, logbufferTcpmFile); in dumpLogBufferTcpm() 311 dumpFileContent(row[0], row[1]); in dumpPdEngine() 314 dumpFileContent(ppsDcMsg, pca9468dir); in dumpPdEngine() 316 dumpFileContent(ppsDcMsg, ln8411dir); in dumpPdEngine() [all …]
|
/device/google/gs-common/display/ |
D | dump_display.cpp | 22 …dumpFileContent("DECON-0 counters /sys/class/drm/card0/device/decon0/counters", "/sys/class/drm/ca… in main() 23 dumpFileContent("CRTC-0 event log", "/sys/kernel/debug/dri/0/crtc-0/event"); in main() 25 …dumpFileContent("Primary panel name", "/sys/devices/platform/exynos-drm/primary-panel/panel_name"); in main() 26 …dumpFileContent("Primary panel extra info", "/sys/devices/platform/exynos-drm/primary-panel/panel_… in main() 27 …dumpFileContent("Primary panel power Vreg", "/sys/devices/platform/exynos-drm/primary-panel/panel_… in main()
|
D | dump_second_display.cpp | 19 …dumpFileContent("DECON-1 counters /sys/class/drm/card0/device/decon1/counters", "/sys/class/drm/ca… in main() 20 dumpFileContent("CRTC-1 event log", "/sys/kernel/debug/dri/0/crtc-1/event"); in main() 21 …dumpFileContent("Secondary panel name", "/sys/devices/platform/exynos-drm/secondary-panel/panel_na… in main() 22 …dumpFileContent("Secondary panel extra info", "/sys/devices/platform/exynos-drm/secondary-panel/pa… in main()
|
/device/google/gs-common/performance/ |
D | dump_perf.cpp | 20 dumpFileContent("VENDOR PROC DUMP", "/proc/vendor_sched/dump_task"); in main() 21 dumpFileContent("BTS scenario", "/sys/kernel/debug/bts/scenario"); in main() 22 dumpFileContent("BTS vc", "/sys/kernel/debug/bts/vc"); in main() 23 dumpFileContent("BTS status", "/sys/kernel/debug/bts/status"); in main()
|
/device/google/gs-common/pixel_metrics/ |
D | dump_pixel_metrics.cpp | 22 dumpFileContent("Long running IRQ metrics", "/sys/kernel/metrics/irq/long_irq_metrics"); in main() 23 dumpFileContent("Storm IRQ metrics", "/sys/kernel/metrics/irq/storm_irq_metrics"); in main() 24 dumpFileContent("Long RT Runnable metrics", "/sys/kernel/metrics/runnable/stats"); in main() 25 …dumpFileContent("Resume latency metrics", "/sys/kernel/metrics/resume_latency/resume_latency_metri… in main()
|
/device/google/gs-common/led/ |
D | dump_led.cpp | 20 dumpFileContent("Green LED Brightness", "/sys/class/leds/green/brightness"); in main() 21 dumpFileContent("Green LED Max Brightness", "/sys/class/leds/green/max_brightness"); in main() 22 dumpFileContent("LED Calibration Data", "/mnt/vendor/persist/led/led_calibration_LUT.txt"); in main()
|
/device/google/gs-common/wlan/ |
D | dump_wlan.cpp | 23 dumpFileContent("WLAN FW Log Symbol Table", "/vendor/firmware/Data.msc"); in main()
|
/device/google/gs-common/display_logbuffer/ |
D | dump_display_logbuffer.cpp | 27 dumpFileContent(logbuffer_path[0], logbuffer_path[1]); in main()
|
/device/google/gs-common/gear/dumpstate/include/dump/ |
D | pixel_dump.h | 9 void dumpFileContent(const char* title, const char* file_path);
|
/device/google/gs-common/sensors/ |
D | dump_sensors.cpp | 34 dumpFileContent("USF Last Stat Buffer", "/data/vendor/sensors/debug/stats.history"); in main()
|
/device/google/gs-common/fingerprint/ |
D | dump_fingerprint.cpp | 34 dumpFileContent(file_name.c_str(), file_path.c_str()); in main()
|
/device/google/gs-common/gear/dumpstate/ |
D | pixel_dump.cpp | 23 void dumpFileContent(const char* title, const char* file_path) { in dumpFileContent() function
|