Lines Matching refs:git
66 well. For example the page allocations done by a 'git gc' can be
69 titan:~/git> perf record -e kmem:mm_page_alloc -c 1 ./git gc
79 titan:~/git> perf report
85 23.57% git-repack /lib64/libc-2.5.so
86 21.81% git /lib64/libc-2.5.so
87 14.59% git ./git
88 11.79% git-repack ./git
89 7.12% git /lib64/ld-2.5.so
90 3.16% git-repack /lib64/libpthread-2.5.so
91 2.09% git-repack /bin/bash
95 1.12% git-repack /lib64/ld-2.5.so
97 0.90% git-update-serv /lib64/libc-2.5.so
98 0.73% git-update-serv /lib64/ld-2.5.so
100 0.64% git-repack /usr/lib64/libz.so.1.2.3
104 titan:~/git> perf report --sort comm,dso,symbol
110 9.35% git-repack ./git [.] insert_obj_hash
111 9.12% git ./git [.] insert_obj_hash
112 7.31% git /lib64/libc-2.5.so [.] memcpy
113 6.34% git-repack /lib64/libc-2.5.so [.] _int_malloc
114 6.24% git-repack /lib64/libc-2.5.so [.] memcpy
115 5.82% git-repack /lib64/libc-2.5.so [.] __GI___fork
116 5.47% git /lib64/libc-2.5.so [.] _int_malloc
117 2.99% git /lib64/libc-2.5.so [.] memset
123 titan:~/git> perf record -g -e kmem:mm_page_alloc -c 1 ./git gc
131 titan:~/git> perf report -g
137 23.25% git-repack /lib64/libc-2.5.so
148 21.61% git /lib64/libc-2.5.so
160 titan:~/git> perf stat -a -e kmem:mm_page_pcpu_drain -e
176 titan:~/git> perf stat --repeat 10 -a -e kmem:mm_page_pcpu_drain -e
189 Or you can annotate the recorded 'git gc' run on a per symbol basis
192 titan:~/git> perf annotate __GI___fork