Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
e1070211f7327a1f197d535aa886f721a241c32f
/
tools
/
perf
/
util
483e3cd
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
ed011b2
Merge commit 'v2.6.31-rc9' into tracing/core
by Ingo Molnar
· 15 years ago
6b58e7f
perf tools: Avoid unnecessary work in directory lookups
by Ulrich Drepper
· 15 years ago
6f4596d
perf trace: Fix read_string()
by Ingo Molnar
· 15 years ago
00fc978
perf trace: Print out in nanoseconds
by Ingo Molnar
· 15 years ago
2e01d17
perf tools: Seek to the end of the header area
by Ingo Molnar
· 15 years ago
65014ab
perf tools: Work around strict aliasing related warnings
by Ingo Molnar
· 15 years ago
561f732
perf tools: Complete support for dynamic strings
by Frederic Weisbecker
· 15 years ago
9b8055a
perf tools: Unify swapper tasks naming
by Frederic Weisbecker
· 15 years ago
5b447a6
perf tools: Librarize idle thread registration
by Frederic Weisbecker
· 15 years ago
19c9596
Merge branch 'perfcounters/tracing' into perfcounters/core
by Ingo Molnar
· 15 years ago
d498bc1
perf tools: Fix missing string field printing in perf trace
by Frederic Weisbecker
· 15 years ago
1ef2ed1
perf tools: Only save the event formats we need
by Frederic Weisbecker
· 15 years ago
6e08643
perf tools: Save partial non-overlapping map
by Frederic Weisbecker
· 15 years ago
1f18345
perf tools: Remove obsolete defines
by Ingo Molnar
· 15 years ago
3f9edc2
perf tools: Make trace event format parser aware of cast to pointers
by Frederic Weisbecker
· 15 years ago
5f9c39d
perf tools: Add perf trace
by Frederic Weisbecker
· 15 years ago
ea4010d
perf tools: Add trace event information parser
by Steven Rostedt
· 15 years ago
538bafb
perf tools: Add trace event debugfs stream reader
by Steven Rostedt
· 15 years ago
52050943
perf tools: Add trace event debugfs IO handler
by Steven Rostedt
· 15 years ago
8f28827
perf tools: Librarize trace_event() helper
by Frederic Weisbecker
· 15 years ago
0d3a5c8
perf tools: Librarize sample type and attr finding from headers
by Frederic Weisbecker
· 15 years ago
0f25bfc
perf tools: Put the show mode into the event headers files
by Frederic Weisbecker
· 15 years ago
2cec19d
perf tools: Factorize the dprintf definition
by Frederic Weisbecker
· 15 years ago
83a0944
perf: Enable more compiler warnings
by Ingo Molnar
· 15 years ago
6baa0a5
perf tools: Factorize the thread code in a dedicated file
by Frederic Weisbecker
· 15 years ago
be75023
Merge branch 'perfcounters/urgent' into perfcounters/core
by Ingo Molnar
· 15 years ago
18408dd
perf tools: Add some comments to the event definitions
by Peter Zijlstra
· 15 years ago
3a9f131
perf tools: Add a per tracepoint counter attribute to get raw sample
by Frederic Weisbecker
· 15 years ago
1340e6b
perf tools: Fix dso__new handle() to handle deleted DSOs
by Arnaldo Carvalho de Melo
· 15 years ago
247648e
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available
by Arnaldo Carvalho de Melo
· 15 years ago
66e274f
perf tools: Factorize the map helpers
by Frederic Weisbecker
· 15 years ago
1fe2c10
perf tools: Factorize the event structure definitions in a single file
by Frederic Weisbecker
· 15 years ago
cd84c2a
perf tools: Factorize high level dso helpers
by Frederic Weisbecker
· 15 years ago
48c2e17
tracing: Add more namespace area to 'perf list' output
by Jason Baron
· 15 years ago
9f86669
perf report: Add raw displaying of per-thread counters
by Brice Goglin
· 15 years ago
c0a8865
perf tools: callchain: Fix bad rounding of minimum rate
by Frederic Weisbecker
· 15 years ago
8d51327
perf report: Fix and improve the displaying of per-thread event counters
by Brice Goglin
· 15 years ago
b1a8834
perf tools: callchain: Fix 'perf report' display to be callchain by default
by Frederic Weisbecker
· 15 years ago
b0efe21
perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty callchains
by Frederic Weisbecker
· 15 years ago
7eac7e9
perf util: Fix do_read() to fail on EOF instead of busy-looping
by Pierre Habouzit
· 15 years ago
ae07b63
perf list: Fix the output to not include tracepoints without an id
by Peter Zijlstra
· 15 years ago
94cb9e3
perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc)
by Arnaldo Carvalho de Melo
· 15 years ago
8f18aec
perf report: Fix per task mult-counter stat reporting
by Peter Zijlstra
· 15 years ago
1c222bc
perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.data file header
by Peter Zijlstra
· 15 years ago
1953287
perf tools: Fix call-chain cumul hit based sub-total (fractal mode)
by Frederic Weisbecker
· 15 years ago
4d1e00a
perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlink
by Arnaldo Carvalho de Melo
· 15 years ago
2cdbc46
perf: Auto-detect libbfd
by Peter Zijlstra
· 15 years ago
7e03065
perf: Fix read buffer overflow
by Roel Kluin
· 15 years ago
9b30a26
perf tools: Fix faulty check
by Stoyan Gaydarov
· 15 years ago
d20ff6b
perf_counter tools: Fix vmlinux symbol generation breakage
by Mike Galbraith
· 15 years ago
5beeded
perf_counter: Detect debugfs location
by Jason Baron
· 15 years ago
f6bdafe
perf_counter: Add tracepoint support to perf list, perf stat
by Jason Baron
· 15 years ago
28ac909
perf symbol: C++ demangling
by Arnaldo Carvalho de Melo
· 15 years ago
dfe5a50
perf: avoid structure size confusion by using a fixed size
by Arjan van de Ven
· 15 years ago
1d2f379
Merge commit 'tip/perfcounters/core' into perf-counters-for-linus
by Peter Zijlstra
· 15 years ago
23cdb5d
perf_counter tools: Fix index boundary check
by Roel Kluin
· 15 years ago
a25e46c
perf_counter tools: PLT info is stripped in -debuginfo packages
by Arnaldo Carvalho de Melo
· 15 years ago
27d0fd4
strlist: Introduce strlist__entry and strlist__nr_entries methods
by Arnaldo Carvalho de Melo
· 15 years ago
52d422d
perf report: Adjust column width to the values sampled
by Arnaldo Carvalho de Melo
· 15 years ago
9590b7b
perf_counter tools: Rename cache events to remove $
by Anton Blanchard
· 15 years ago
805d127
perf report: Add "Fractal" mode output - support callchains with relative overhead rate
by Frederic Weisbecker
· 15 years ago
e05b876
perf_counter tools: callchains: Manage the cumul hits on the fly
by Frederic Weisbecker
· 15 years ago
30d7a77
perf_counter tools: Adjust symbols in ET_EXEC files too
by Arnaldo Carvalho de Melo
· 15 years ago
1e11fd8
perf_counter tools: Provide helper to print percents color
by Frederic Weisbecker
· 15 years ago
c20ab37
perf_counter tools: Set the minimum percent for callchains to be displayed
by Frederic Weisbecker
· 15 years ago
4eb3e47
perf report: Add support for callchain graph output
by Frederic Weisbecker
· 15 years ago
5a4b181
perf_counter tools: Add new OPT_CALLBACK_DEFAULT option
by Frederic Weisbecker
· 15 years ago
14f4654
perf_counter tools: Create new chain_for_each_child() iterator
by Frederic Weisbecker
· 15 years ago
6cfcc53
perf_counter tools: Connect module support infrastructure to symbol loading infrastructure
by Mike Galbraith
· 15 years ago
208b4b4
perf_counter tools: Add infrastructure to support loading of kernel module symbols
by Mike Galbraith
· 15 years ago
9974f49
perf_counter tools: Make symbol loading consistently return number of loaded symbols
by Mike Galbraith
· 15 years ago
5da5025
perf_counter tools: Share list.h with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
43cbcd8
perf_counter tools: Share rbtree.with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
73c24cb
perf list: Add cache events
by Jaswinder Singh Rajput
· 15 years ago
f37a291
perf_counter tools: Add more warnings and fix/annotate them
by Ingo Molnar
· 15 years ago
61c4598
perf_counter tools: Rework event string parsing/syntax
by Paul Mackerras
· 15 years ago
deac911
perf_counter tools: Various fixes for callchains
by Frederic Weisbecker
· 15 years ago
4424961
perf_counter tools: Resolve symbols in callchains
by Frederic Weisbecker
· 15 years ago
9198aa7
perf_counter tools: Fix storage size allocation of callchain list
by Frederic Weisbecker
· 15 years ago
2590340
perf report: Add --dsos parameter
by Arnaldo Carvalho de Melo
· 15 years ago
f5812a7
perf_counter tools: Adjust only prelinked symbol's addresses
by Arnaldo Carvalho de Melo
· 15 years ago
fde953c
perf_counter tools: Remove dead code
by Ingo Molnar
· 15 years ago
8cb76d9
perf_counter tools: Prepare a small callchain framework
by Frederic Weisbecker
· 15 years ago
4418351
perf_counter tools: Add alias for 'l1d' and 'l1i'
by Jaswinder Singh Rajput
· 15 years ago
7c6a1c6
perf_counter tools: Rework the file format
by Peter Zijlstra
· 15 years ago
e5c5954
perf_counter tools: Shorten names for events
by Jaswinder Singh Rajput
· 15 years ago
06813f6
perf_counter tools: Check for valid cache operations
by Jaswinder Singh Rajput
· 15 years ago
f7679da
perf_counter tools: Fix strbuf_fread() error path handling
by Roel Kluin
· 15 years ago
c0c22db
perf_counter tools: Set alias for page-faults
by Jaswinder Singh Rajput
· 15 years ago
520f2c3
perf report: Output more symbol related debug data
by Peter Zijlstra
· 15 years ago
74d5b58
perf_counter tools: Introduce alias member in event_symbol
by Jaswinder Singh Rajput
· 15 years ago
51e2684
perf_counter tools: Define separate declarations for H/W and S/W events
by Jaswinder Singh Rajput
· 15 years ago
c1f47b4
perf_counter tools: Fix vmlinux fallback when running on a different kernel
by Ingo Molnar
· 15 years ago
9cffa8d
perf_counter tools: Define and use our own u64, s64 etc. definitions
by Paul Mackerras
· 15 years ago
a73c7d8
perf_counter tools: Add and use isprint()
by Peter Zijlstra
· 15 years ago
5aa75a0
perf_counter tools: Replace isprint() with issane()
by Peter Zijlstra
· 15 years ago
44175b6
perf stat: Reorganize output
by Ingo Molnar
· 15 years ago
301406b
perf annotate: Print the filename:line for annotated colored lines
by Frederic Weisbecker
· 15 years ago
faafec1
perf_counter tools: Remove one L1-data alias
by Yong Wang
· 15 years ago
Next »