Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9ac995457b2a148ed9bb8860e8b7cb869327b102
/
Documentation
9ac9954
perf report: Add -vvv to print the list of threads and its mmaps
by Arnaldo Carvalho de Melo
· 15 years ago
0f5486b
perf_counter: Sleep before refresh using poll in perf top
by Frederic Weisbecker
· 15 years ago
62fc445
perf_counter tools: Use fork and remove munmap events
by Peter Zijlstra
· 15 years ago
20c84e9
perf stat: Update help text
by Ingo Molnar
· 15 years ago
edc52de
perf report: Bail out if there are unrecognized options/arguments
by Ingo Molnar
· 15 years ago
13d0ab5
perf_counter tools: Dont output in color on !tty
by Ingo Molnar
· 15 years ago
8fc0321
perf_counter tools: Add color terminal output support
by Ingo Molnar
· 15 years ago
71dd894
perf report: Add consistent spacing rules
by Peter Zijlstra
· 15 years ago
05ca061
perf report: Print out the total number of events
by Ingo Molnar
· 15 years ago
bd74137
perf_counter tools: Print out symbol parsing errors only if --verbose
by Ingo Molnar
· 15 years ago
95ed6fd
perf report: Simplify symbol output
by Peter Zijlstra
· 15 years ago
af794b9
perf_counter tools: Build with native optimization
by Ingo Molnar
· 15 years ago
df97992
perf record/report: Fix PID/COMM handling
by Ingo Molnar
· 15 years ago
3aff27c
perf_counter: Documentation update
by Yong Wang
· 15 years ago
6e53cdf
perf top: Reduce default filter threshold
by Ingo Molnar
· 15 years ago
a4c43be
perf report: Fix rbtree bug
by Arnaldo Carvalho de Melo
· 15 years ago
d11444d
perf report: Handle all known event types
by Ingo Molnar
· 15 years ago
7505172
perf report: Split out event processing helpers
by Ingo Molnar
· 15 years ago
d80d338
perf report: Clean up event processing
by Ingo Molnar
· 15 years ago
233f0b9
perf_counter tools: Work around warnings in older GCCs
by Ingo Molnar
· 15 years ago
18374ab
perf_counter tools: Fix off-by-one bug in symbol__new
by Arnaldo Carvalho de Melo
· 15 years ago
095b3a6
perf_counter tools: Optimize harder
by Ingo Molnar
· 15 years ago
051cdc3
perf help: Fix bug when there's no perf-* command around
by Ingo Molnar
· 15 years ago
eed4dcd
perf report: Add front-entry cache for lookups
by Ingo Molnar
· 15 years ago
44db76c
perf stat: Print out all arguments
by Ingo Molnar
· 15 years ago
e98e96f
perf report: Display 100% correctly
by Ingo Molnar
· 15 years ago
021e9f4
perf record: Refine capture printout
by Ingo Molnar
· 15 years ago
f2521b6
perf_counter tools: Clean up old kerneltop references
by Ingo Molnar
· 15 years ago
8229289
perf report: Fix comm sorting
by Peter Zijlstra
· 15 years ago
e61078a
perf record: Use long arg for counter period
by Peter Zijlstra
· 15 years ago
ed966aa
perf report: Handle vDSO symbols properly
by Ingo Molnar
· 15 years ago
5352f35
perf report: Improve sort key recognition
by Ingo Molnar
· 15 years ago
3502973
perf report: Print -D to stdout
by Ingo Molnar
· 15 years ago
8ce998d
perf_counter tools: Cover PLT symbols too
by Arnaldo Carvalho de Melo
· 15 years ago
addc278
perf record: Print out the number of events captured
by Ingo Molnar
· 15 years ago
bf9e187
perf_counter tools: Make source code headers more coherent
by Ingo Molnar
· 15 years ago
0a520c6
perf report: Print more info instead of <unknown> entries
by Ingo Molnar
· 15 years ago
3cf165f
perf record: Increase mmap buffering default
by Ingo Molnar
· 15 years ago
abaff32
perf record: Add --append option
by Ingo Molnar
· 15 years ago
cf25c63
perf report: Fix column width/alignment of dsos
by Ingo Molnar
· 15 years ago
436224a
perf report: Separate out idle threads
by Peter Zijlstra
· 15 years ago
c70975b
perf_counter tools: Fix up the ABI shakeup
by Peter Zijlstra
· 15 years ago
29c2810
perf_counter tools: Remove the last nmi bits
by Peter Zijlstra
· 15 years ago
4593bba
perf report: Clean up the default output
by Ingo Molnar
· 15 years ago
97124d5
perf_counter: tools: Better handle existing data files
by Peter Zijlstra
· 15 years ago
f70e87d
perf_counter: tools: Expand the COMM,MMAP event synthesizer
by Peter Zijlstra
· 15 years ago
10a2825
perf_counter tools: Fix uninitialized variable in perf-report.c
by Mike Galbraith
· 15 years ago
c1079ab
perf_counter tools: Cleanup Makefile
by Mike Galbraith
· 15 years ago
c25486c
perf_counter tools: Make .gitignore reflect perf_counter tools files
by Mike Galbraith
· 15 years ago
c8c9652
perf_counter tools: Add missing rb_erase in dso__delete_symbols
by Arnaldo Carvalho de Melo
· 15 years ago
a0055ae
perf_counter tools: Use hex2u64 in more places
by Arnaldo Carvalho de Melo
· 15 years ago
ea5cc87
perf_counter tools: Add string.[ch]
by Arnaldo Carvalho de Melo
· 15 years ago
229c4ee
perf_counter tools: Guard against record damaging existing files
by Mike Galbraith
· 15 years ago
23db9f4
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 15 years ago
27b9613
perf_counter tools: Fix unknown command help text
by Ingo Molnar
· 15 years ago
c1c2365
perf_counter tools: Generate per command manpages (and pdf/html, etc.)
by Ingo Molnar
· 15 years ago
7fbd554
perf_counter tools: Fix 'make install'
by Ingo Molnar
· 15 years ago
d7c2931
perf_counter tools: Print 'CPU utilization factor' in builtin-stat
by Ingo Molnar
· 15 years ago
c44613a
perf_counter tools: Add locking to perf top
by Arnaldo Carvalho de Melo
· 15 years ago
b78c07d
perf_counter tools: Shorten the DSO names using cwd
by Arnaldo Carvalho de Melo
· 15 years ago
5f789cd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
be1ac0d
perf_counter tools: Also display time-normalized stat results
by Ingo Molnar
· 15 years ago
2996f5d
perf_counter tools: Split display into reading and printing
by Ingo Molnar
· 15 years ago
c04f5e5
perf_counter tools: Clean up builtin-stat.c's do_perfstat()
by Ingo Molnar
· 15 years ago
da417a7
perf_counter tools: Fix top symbol table max_ip typo
by Mike Galbraith
· 15 years ago
a3ec8d7
perf_counter tools: Fix top symbol table dump typo
by Mike Galbraith
· 15 years ago
9e09675
perf_counter tools: Document '--' option parsing terminator
by Mike Galbraith
· 15 years ago
de04687
perf_counter tools: Convert builtin-top to use libperf symbol routines
by Arnaldo Carvalho de Melo
· 15 years ago
69ee69f
perf_counter tools: Optionally pass a symbol filter to the dso load routines
by Arnaldo Carvalho de Melo
· 15 years ago
a827c87
perf_counter tools: Consolidate dso methods to load kernel symbols
by Arnaldo Carvalho de Melo
· 15 years ago
0085c95
perf_counter tools: struct symbol priv area
by Arnaldo Carvalho de Melo
· 15 years ago
a2928c4
perf_counter tools: Move symbol resolution classes from report to libperf
by Arnaldo Carvalho de Melo
· 15 years ago
63299f0
perf_counter tools: report: Add help text for --sort
by Ingo Molnar
· 15 years ago
ca8cdee
perf_counter tools: report: Implement header output for --sort variants
by Peter Zijlstra
· 15 years ago
5571731
pref_counter: tools: report: Robustify in case of weird events
by Ingo Molnar
· 15 years ago
2d65537
pref_counter: tools: report: Add header printout & prettify
by Ingo Molnar
· 15 years ago
55e5ec4
pref_counter: tools: report: Add dso sorting
by Peter Zijlstra
· 15 years ago
992444b
perf_counter: tools: report: Add comm sorting
by Peter Zijlstra
· 15 years ago
37f440c
pref_counter: tools: report: Add --sort option
by Peter Zijlstra
· 15 years ago
1aa1673
perf_counter: tools: report: Dynamic sort/print bits
by Peter Zijlstra
· 15 years ago
e7fb08b
perf_counter: tools: report: Rework histogram code
by Peter Zijlstra
· 15 years ago
450aaa2
perf_counter: tools: report: Add vmlinux support
by Peter Zijlstra
· 15 years ago
f5219b6
Merge branch 'fix/pcm-jiffies-check' into for-linus
by Takashi Iwai
· 15 years ago
b7a16ea
perf_counter: tools: /usr/lib/debug%s.debug support
by Peter Zijlstra
· 15 years ago
d716fba
perf report: Remove <ctype.h> include
by Ingo Molnar
· 15 years ago
ef65b2a
perf record: Fix the profiling of existing pid or whole box
by Mike Galbraith
· 15 years ago
c87d973
ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug mode
by Takashi Iwai
· 15 years ago
a930d2c
perf_counter tools: Add built-in pager support
by Ingo Molnar
· 15 years ago
23ac9cb
perf_counter tools: Rename output.perf to perf.data
by Ingo Molnar
· 15 years ago
16f762a
perf_counter tools: Introduce stricter C code checking
by Ingo Molnar
· 15 years ago
815e777
perf report: Show the IP only in --verbose mode
by Arnaldo Carvalho de Melo
· 15 years ago
af83632
perf report: Only load text symbols from kallsyms, fix
by Ingo Molnar
· 15 years ago
03f6316
perf report: Only load text symbols from kallsyms
by Arnaldo Carvalho de Melo
· 15 years ago
d8d1656
perf report: Use hex2long instead of sscanf
by Arnaldo Carvalho de Melo
· 15 years ago
3a4b8cc
perf report: Sort output by symbol usage
by Arnaldo Carvalho de Melo
· 15 years ago
878a4f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
6142f9e
perf report: More robust error handling
by Peter Zijlstra
· 15 years ago
f49515b
perf report: add more debugging
by Ingo Molnar
· 15 years ago
3e70611
perf report: add counter for unknown events
by Ingo Molnar
· 15 years ago
97b07b6
perf report: add --dump-raw-trace option
by Ingo Molnar
· 15 years ago
Next »