Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cd19a035f3b63fee6dcbdb5371c4b22276f7dc8c
/
tools
/
perf
cd19a03
perf: Convert perf event types into event type events
by Tom Zanussi
· 15 years ago
2c46dbb
perf: Convert perf header attrs into attr events
by Tom Zanussi
· 15 years ago
c239da3
perf trace: Introduce special handling for pipe input
by Tom Zanussi
· 15 years ago
46656ac
perf report: Introduce special handling for pipe input
by Tom Zanussi
· 15 years ago
529870e
perf record: Introduce special handling for pipe output
by Tom Zanussi
· 15 years ago
8dc5810
perf: Add pipe-specific header read/write and event processing code
by Tom Zanussi
· 15 years ago
c055564
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
by Ian Munsie
· 15 years ago
53e5b5c
perf tools: Fix perl support installation when O= is used
by Arnaldo Carvalho de Melo
· 15 years ago
e9e94e3
perf trace: Ignore "overwrite" field if present in /events/header_page
by Arnaldo Carvalho de Melo
· 15 years ago
854c554
perf: cleanup some Documentation
by Randy Dunlap
· 15 years ago
f0e9c4f
perf bench: fix spello
by Randy Dunlap
· 15 years ago
eed05fe
perf tools: Reorganize some structs to save space
by Arnaldo Carvalho de Melo
· 15 years ago
c0ed55d
perf TUI: Move "Yes" button to before "No"
by Arnaldo Carvalho de Melo
· 15 years ago
6e7ab4c
perf TUI: Show filters on the title and add help line about how to zoom out
by Arnaldo Carvalho de Melo
· 15 years ago
8141d00
perf: Swap inclusion order of util.h and string.h in util/string.c
by Hitoshi Mitake
· 15 years ago
a5e29ac
perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operations
by Arnaldo Carvalho de Melo
· 15 years ago
8375319
perf newt: Add a "Zoom into foo.so DSO" and reverse operations
by Arnaldo Carvalho de Melo
· 15 years ago
22a4e4c
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
70a7c12
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
by Ingo Molnar
· 15 years ago
533c46c
perf newt: Pass the input_name to perf_session__browse_hists
by Arnaldo Carvalho de Melo
· 15 years ago
e65713e
perf newt: Move the hist browser population bits to separare function
by Arnaldo Carvalho de Melo
· 15 years ago
fb6b893
perf newt: Remove useless column width calculation
by Arnaldo Carvalho de Melo
· 15 years ago
4af8b35
perf symbols: Fill in pgoff in mmap synthesized events
by Anton Blanchard
· 15 years ago
e206d55
perf tools: Move the prototypes in util/string.h to util.h
by Arnaldo Carvalho de Melo
· 15 years ago
b0f86f5
perf, probe-finder: Build fix on Debian
by Borislav Petkov
· 15 years ago
b1dcc03
perf/scripts: Tuple was set from long in both branches in python_process_event()
by Tom Zanussi
· 15 years ago
2aefa4f
perf tools: sort_dimension__add shouldn't die
by Arnaldo Carvalho de Melo
· 15 years ago
ad5b217
perf session: Remove one more exit() call from library code
by Arnaldo Carvalho de Melo
· 15 years ago
b9fb930
perf hist: Only allocate callchain_node if processing callchains
by Arnaldo Carvalho de Melo
· 15 years ago
71cf8b8
perf kmem: Fixup the symbol address before using it
by Arnaldo Carvalho de Melo
· 15 years ago
e727ca7
perf kmem: Resolve kernel symbols again
by Arnaldo Carvalho de Melo
· 15 years ago
a4e3b95
perf hist: Replace ->print() routines by ->snprintf() equivalents
by Arnaldo Carvalho de Melo
· 15 years ago
7016213
perf record: Add a fallback to the reference relocation symbol
by Arnaldo Carvalho de Melo
· 15 years ago
c29ede6
perf tools: Allow specifying O= to build files in a separate directory
by Arnaldo Carvalho de Melo
· 15 years ago
8b2c551
perf tools: Use -o $(BITBUCKET) in one more case
by Arnaldo Carvalho de Melo
· 15 years ago
5f4d3f8
perf report: Add progress bars
by Arnaldo Carvalho de Melo
· 15 years ago
7e5e1b1
perf symbols: map_groups__find_symbol must return the map too
by Arnaldo Carvalho de Melo
· 15 years ago
c6e718f
perf symbols: Move more map_groups methods to map.c
by Arnaldo Carvalho de Melo
· 15 years ago
75ec5a2
perf probe: Fix to close dwarf when failing to analyze it
by Masami Hiramatsu
· 15 years ago
12e5a7a
perf probe: Correct error message for non-structure type
by Masami Hiramatsu
· 15 years ago
c9e3858
perf probe: Fix not to return non-matched file
by Masami Hiramatsu
· 15 years ago
085ea73
perf probe: Fix --line syntax help and document
by Masami Hiramatsu
· 15 years ago
6fa4136
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
5a10317
perf record: Zero out mmap_array to fix segfault
by Zhang, Yanmin
· 15 years ago
5aab621
perf symbols: Move hex2u64 and strxfrchar to symbol.c
by Arnaldo Carvalho de Melo
· 15 years ago
618038d
perf tools: Move __used from perf.h to linux/compiler.h
by Arnaldo Carvalho de Melo
· 15 years ago
4b8cf84
perf symbols: Move map related routines to map.c
by Arnaldo Carvalho de Melo
· 15 years ago
b177f63
perf symbols: Pass the mmap parameters instead of using mmap_event
by Arnaldo Carvalho de Melo
· 15 years ago
d5679ae
perf report: Pass the DSO to 'perf annotate'
by Arnaldo Carvalho de Melo
· 15 years ago
b3c9ac0
perf callchains: Store the map together with the symbol
by Arnaldo Carvalho de Melo
· 15 years ago
59fd530
perf tools: Introduce struct map_symbol
by Arnaldo Carvalho de Melo
· 15 years ago
ac73c5a
perf annotate: Allow specifying DSOs where to look for symbol
by Arnaldo Carvalho de Melo
· 15 years ago
96415e4
perf symbols: Avoid unnecessary symbol loading when dso list is specified
by Arnaldo Carvalho de Melo
· 15 years ago
53c5401
perf report: Add a popup menu to ask what operation is to be performed
by Arnaldo Carvalho de Melo
· 15 years ago
88978e5
perf archive: Explain how to use the generated tarball
by Arnaldo Carvalho de Melo
· 15 years ago
4ded2b2
perf report: Implement Newt callgraphs
by Arnaldo Carvalho de Melo
· 15 years ago
478b097
perf tools: Exit browser before printing usage when unkown option passed
by Arnaldo Carvalho de Melo
· 15 years ago
084ab9f
perf stat: Better report failure to collect system wide stats
by Arnaldo Carvalho de Melo
· 15 years ago
ca721e4
perf probe: Add NO_DWARF make option
by Masami Hiramatsu
· 15 years ago
4b4da7f
perf probe: Cleanup debuginfo related code
by Masami Hiramatsu
· 15 years ago
f3a1f0e
perf newt: Properly restore the screen when error exiting
by Arnaldo Carvalho de Melo
· 15 years ago
301fde2
perf: Fix orphan callchain branches
by Frederic Weisbecker
· 15 years ago
d2f1e15
Merge commit 'v2.6.34-rc2' into perf/core
by Ingo Molnar
· 15 years ago
f82c37e
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
5563277
perf events: Fix false positive build warning with older GCC's
by Ingo Molnar
· 15 years ago
d6d901c
perf events: Change perf parameter --pid to process-wide collection instead of thread-wide
by Zhang, Yanmin
· 15 years ago
46be604
perf record: Enable counters only when kernel is execing subcommand
by Zhang, Yanmin
· 15 years ago
6be2850
perf stat: Enable counters when collecting process-wide or system-wide data
by Zhang, Yanmin
· 15 years ago
3b0d516
perf probe: Fix !dwarf build
by Ingo Molnar
· 15 years ago
7df2f32
perf probe: Add data structure member access support
by Masami Hiramatsu
· 15 years ago
fb1587d
perf probe: List probes with line number and file name
by Masami Hiramatsu
· 15 years ago
4235b04
perf probe: Introduce kprobe_trace_event and perf_probe_event
by Masami Hiramatsu
· 15 years ago
f4d7da4
perf probe: Add --dry-run option
by Masami Hiramatsu
· 15 years ago
016f262
perf probe: Introduce die_find_child() function
by Masami Hiramatsu
· 15 years ago
95a3e4c
perf probe: Rename some die_get_* functions
by Masami Hiramatsu
· 15 years ago
12a1fad
perf probe: Rename session to param
by Masami Hiramatsu
· 15 years ago
e0faa8d
perf probe: Move add-probe routine to util/
by Masami Hiramatsu
· 15 years ago
31facc5
perf probe: Use wrapper functions
by Masami Hiramatsu
· 15 years ago
a1d37d5
perf tools: Introduce xzalloc() for detecting out of memory conditions
by Masami Hiramatsu
· 15 years ago
e4713e9
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
00909e9
perf top: Add missing initialization to zero
by Arnaldo Carvalho de Melo
· 15 years ago
d0cb426
perf probe: Use original address instead of CU-based address
by Masami Hiramatsu
· 15 years ago
67c7ff7
perf probe: Fix offset to allow signed value
by Masami Hiramatsu
· 15 years ago
b63be8d
perf top: Improve the autosizing of column lenghts
by Arnaldo Carvalho de Melo
· 15 years ago
d06d92b
perf annotate: Properly notify the user that vmlinux is missing
by Arnaldo Carvalho de Melo
· 15 years ago
b0a9ab6
perf top: Properly notify the user that vmlinux is missing
by Arnaldo Carvalho de Melo
· 15 years ago
bedbfde
perf record: Enable the enable_on_exec flag if record forks the target
by Eric B Munson
· 15 years ago
9fdfbc2
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
fc6ceea
perf probe: Fix need_dwarf flag if lazy matching is used
by Masami Hiramatsu
· 15 years ago
594087a
perf probe: Fix probe_point buffer overrun
by Masami Hiramatsu
· 15 years ago
567e547
perf tools: Fix non-newt build
by Arnaldo Carvalho de Melo
· 15 years ago
3997d37
perf hist: Don't fprintf the callgraph unconditionally
by Arnaldo Carvalho de Melo
· 15 years ago
cb7afb7
perf newt: Use newtGetScreenSize
by Arnaldo Carvalho de Melo
· 15 years ago
7081e08
perf newt: Add 'Q', 'q' and Ctrl+C as ways to exit from forms
by Arnaldo Carvalho de Melo
· 15 years ago
f9224c5
perf report: Implement initial UI using newt
by Arnaldo Carvalho de Melo
· 15 years ago
dd2ee78
perf tools: Add missing bytes printed in hist_entry__fprintf
by Arnaldo Carvalho de Melo
· 15 years ago
b4f5296
perf tools: Use eprintf for pr_{err,warning,info} too
by Arnaldo Carvalho de Melo
· 15 years ago
895f0ed
perf top: Export get_window_dimensions
by Arnaldo Carvalho de Melo
· 15 years ago
fe2197b
perf symbols: Bump plt synthesizing warning debug level
by Arnaldo Carvalho de Melo
· 15 years ago
937779d
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
Next »