Lines Matching refs:printf
61 printf("dmabuf info not found ¯\\_(ツ)_/¯\n"); in PrintDmaBufTable()
72 printf(" Dmabuf Inode | Size | Fd Ref Counts | Map Ref Counts |"); in PrintDmaBufTable()
74 printf("%16s:%-5d |", GetProcessComm(pid).c_str(), pid); in PrintDmaBufTable()
76 printf("\n"); in PrintDmaBufTable()
84 printf("%16ju |%13" PRIu64 " kB |%16zu |%16zu |", in PrintDmaBufTable()
108 printf("%17d refs |", pid_refs); in PrintDmaBufTable()
110 printf("%22s |", "--"); in PrintDmaBufTable()
114 printf("\n"); in PrintDmaBufTable()
117 printf("------------------------------------\n"); in PrintDmaBufTable()
118 printf("%-16s %13" PRIu64 " kB |%16s |", "TOTALS", dmabuf_total_size, "n/a"); in PrintDmaBufTable()
120 printf("%19" PRIu64 " kB |", per_pid_size[pid]); in PrintDmaBufTable()
122 printf("\n"); in PrintDmaBufTable()
129 printf("dmabuf info not found ¯\\_(ツ)_/¯\n"); in PrintDmaBufPerProcess()
157 printf("%16s:%-5d\n", GetProcessComm(pid).c_str(), pid); in PrintDmaBufPerProcess()
158 printf("%22s %16s %16s %16s %16s\n", "Name", "Rss", "Pss", "nr_procs", "Inode"); in PrintDmaBufPerProcess()
162 printf("%22s %13" PRIu64 " kB %13" PRIu64 " kB %16zu %16" PRIuMAX "\n", in PrintDmaBufPerProcess()
168 printf("%22s %13" PRIu64 " kB %13" PRIu64 " kB %16s\n", "PROCESS TOTAL", rss / 1024, in PrintDmaBufPerProcess()
170 printf("----------------------\n"); in PrintDmaBufPerProcess()
174 printf("dmabuf total: %" PRIu64 " kB kernel_rss: %" PRIu64 " kB userspace_rss: %" PRIu64 in PrintDmaBufPerProcess()
183 printf("debugfs entry for dmabuf not available, using /proc/<pid>/fdinfo instead\n"); in ReadDmaBufs()