Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9daa81239e60c162153fb2a365b8492c9a9bf632
/
tools
/
perf
9daa812
perf kvm: Move arch specific code into arch/
by Alexander Yarygin
· 11 years ago
44b3802
perf kvm: Use defines of kvm events
by Alexander Yarygin
· 11 years ago
ff2ebe4
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
by Ingo Molnar
· 10 years ago
d243144
perf timechart: Add more options to IO mode
by Stanislav Fomichev
· 11 years ago
962e310
perf timechart: Conditionally update start_time on fork
by Stanislav Fomichev
· 11 years ago
b97b59b
perf timechart: Implement IO mode
by Stanislav Fomichev
· 11 years ago
f8dda74
perf timechart: Fix rendering in Firefox
by Stanislav Fomichev
· 11 years ago
4414a3c
perf trace: Fix build on 32-bit systems
by Arnaldo Carvalho de Melo
· 11 years ago
a2ea67d
perf trace: Add pagefault statistics
by Stanislav Fomichev
· 11 years ago
071266b
perf tools: Suggest using -f to override perf.data file ownership message
by Arnaldo Carvalho de Melo
· 11 years ago
d400a68
perf tools: Convert open coded equivalents to asprintf()
by Andy Shevchenko
· 11 years ago
f8d9ccd
perf tools: Allow to use cpuinfo on s390
by Alexander Yarygin
· 11 years ago
65c647a
perf kvm: Refactoring of cpu_isa_config()
by Alexander Yarygin
· 11 years ago
df74c13
perf kvm: Simplify exit reasons tables definitions
by Alexander Yarygin
· 11 years ago
da50ad6
perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag
by Alexander Yarygin
· 11 years ago
1561880
perf hists browser: Left justify column headers
by Arnaldo Carvalho de Melo
· 11 years ago
c830236
perf hists browser: Add ui.show-headers config file option
by Jiri Olsa
· 11 years ago
81a888f
perf hists browser: Display columns header text on 'H' press
by Jiri Olsa
· 11 years ago
025bf7e
perf hists browser: Add support for showing columns header
by Arnaldo Carvalho de Melo
· 11 years ago
357cfff
perf hists browser: Override ui_browser refresh_dimensions method
by Arnaldo Carvalho de Melo
· 11 years ago
ca3ff33
perf hists browser: Introduce gotorc method
by Arnaldo Carvalho de Melo
· 11 years ago
fa70b5d
perf ui browser: Allow overriding refresh_dimensions method
by Arnaldo Carvalho de Melo
· 11 years ago
62c95ae
perf ui browser: Add ->rows to disambiguate from ->height
by Arnaldo Carvalho de Melo
· 11 years ago
8b5b584
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
by Ingo Molnar
· 11 years ago
8ac631c
perf script: Handle the num array type in python properly
by Sebastian Andrzej Siewior
· 11 years ago
33058b9
perf script: Move the number processing into its own function
by Sebastian Andrzej Siewior
· 11 years ago
d180ac1
perf tools: Fix wrong condition for allocation failure
by Jiri Olsa
· 11 years ago
a60335b
perf tools powerpc: Adjust callchain based on DWARF debug info
by Sukadev Bhattiprolu
· 11 years ago
e281a96
perf trace: Add possibility to switch off syscall events
by Stanislav Fomichev
· 11 years ago
1e28fe0
perf trace: Add pagefaults record and replay support
by Stanislav Fomichev
· 11 years ago
598d02c
perf trace: Add support for pagefault tracing
by Stanislav Fomichev
· 11 years ago
0c82adc
perf trace: Add perf_event parameter to tracepoint_handler
by Stanislav Fomichev
· 11 years ago
0710087
perf scripts: Fallback to syscalls:* when raw_syscalls:* is not available
by Daniel Bristot de Oliveira
· 11 years ago
06c654c
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 11 years ago
a93f0e5
perf symbols: Get kernel start address by symbol name
by Simon Que
· 11 years ago
d755330
perf tools: Fix segfault in cumulative.callchain report
by Jiri Olsa
· 11 years ago
ecdac96
perf bench sched-messaging: Drop barf()
by Davidlohr Bueso
· 11 years ago
424e963
perf bench mem: The -o and -n options are mutually exclusive
by Davidlohr Bueso
· 11 years ago
d9de84a
perf bench futex: Use global --repeat option
by Davidlohr Bueso
· 11 years ago
b6f0629
perf bench: Add --repeat option
by Davidlohr Bueso
· 11 years ago
b094c99
perf bench sched-messaging: Plug memleak
by Davidlohr Bueso
· 11 years ago
8963297
perf ui browser: Fix scrollbar refresh row index
by Jiri Olsa
· 11 years ago
dd00d48
perf hists browser: Remove ev_name argument from perf_evsel__hists_browse
by Jiri Olsa
· 11 years ago
5089f20
perf trace: Cache the is_exit syscall test
by Arnaldo Carvalho de Melo
· 11 years ago
7741353
perf trace: Remove needless reassignments
by Arnaldo Carvalho de Melo
· 11 years ago
5229e36
perf evlist: Add suggestion of how to set perf_event_paranoid sysctl
by Arnaldo Carvalho de Melo
· 11 years ago
cdcd1e6
perf trace: Fix up fd -> pathname resolution
by Arnaldo Carvalho de Melo
· 11 years ago
45dc1bb5
perf tests: Add test for closing dso objects on EMFILE error
by Jiri Olsa
· 11 years ago
4ebbcb8
perf tests: Add test for caching dso file descriptors
by Jiri Olsa
· 11 years ago
822c45d
perf tests: Allow reuse of test_file function
by Jiri Olsa
· 11 years ago
0d8a5fa
perf tests: Spawn child for each test
by Jiri Olsa
· 11 years ago
c1f9aa0
perf tools: Add dso__data_* interface descriptons
by Jiri Olsa
· 11 years ago
a08cae0
perf tools: Allow to close dso fd in case of open failure
by Jiri Olsa
· 11 years ago
c3fbd2a
perf tools: Add file size check and factor dso__data_read_offset
by Jiri Olsa
· 11 years ago
c658045
perf tools: Cache dso data file descriptor
by Jiri Olsa
· 11 years ago
bda6ee4
perf tools: Add global count of opened dso objects
by Jiri Olsa
· 11 years ago
eba5102
perf tools: Add global list of opened dso objects
by Jiri Olsa
· 11 years ago
53fa8eaa
perf tools: Add data_fd into dso object
by Jiri Olsa
· 11 years ago
ca40e2a
perf tools: Separate dso data related variables
by Jiri Olsa
· 11 years ago
0c4e774
perf tools: Cache register accesses for unwind processing
by Jiri Olsa
· 11 years ago
17314e2
perf record: Fix to honor user freq/interval properly
by Namhyung Kim
· 11 years ago
7184062
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 11 years ago
f48e00c
perf timechart: Reflow documentation
by Stanislav Fomichev
· 11 years ago
5ee05b8
perf probe: Improve error messages in --line option
by Masami Hiramatsu
· 11 years ago
69e96ea
perf probe: Improve an error message of perf probe --vars mode
by Masami Hiramatsu
· 11 years ago
b4bf113
perf probe: Show error code and description in verbose mode
by Masami Hiramatsu
· 11 years ago
36d789a
perf probe: Improve error message for unknown member of data structure
by Masami Hiramatsu
· 11 years ago
a5c5009
perf tests: Show the inner make output when an error happens
by Arnaldo Carvalho de Melo
· 11 years ago
f9ca2d8
perf tools: Emit more precise message for missing glibc static library
by Arnaldo Carvalho de Melo
· 11 years ago
9b32ba7
perf tools: Add dcacheline sort
by Don Zickus
· 11 years ago
2b1b710
perf tools: Add support to dynamically get cacheline size
by Don Zickus
· 11 years ago
7365be5
perf tools: Add cpumode to struct hist_entry
by Don Zickus
· 11 years ago
75e906c
perf report: Add mem-mode documentation to report command
by Don Zickus
· 11 years ago
a5a5ba7
Revert "perf: Disable PERF_RECORD_MMAP2 support"
by Don Zickus
· 11 years ago
7ef8070
perf tools: Update mmap2 interface with protection and flag bits
by Don Zickus
· 11 years ago
e646fe7
perf script/python: Print array argument as string
by Namhyung Kim
· 11 years ago
b0815d0
perf tools: Prettify the tags/TAGS/cscope targets output
by Jiri Olsa
· 11 years ago
a261e4a
perf tools: Fix pipe check regression in attr event callback
by Jiri Olsa
· 11 years ago
473a778
tools lib traceevent: Added support for __get_bitmask() macro
by Steven Rostedt (Red Hat)
· 11 years ago
ec00010
Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches
by Ingo Molnar
· 11 years ago
3e39db4
perf/documentation: Add description for conditional branch filter
by Anshuman Khandual
· 11 years ago
0fffa5d
perf/tool: Add conditional branch filter 'cond' to perf record
by Anshuman Khandual
· 11 years ago
082f96a
perf probe: Fix perf probe to find correct variable DIE
by Masami Hiramatsu
· 11 years ago
0c188a0
perf probe: Fix a segfault if asked for variable it doesn't find
by Masami Hiramatsu
· 11 years ago
fc9cabe
perf tools: Fix 'make help' message error
by Jianyu Zhan
· 11 years ago
a515114
perf record: Fix poll return value propagation
by Jiri Olsa
· 11 years ago
f299842
perf tools: Move elide bool into perf_hpp_fmt struct
by Jiri Olsa
· 11 years ago
2ec85c6
perf tools: Remove elide setup for SORT_MODE__MEMORY mode
by Jiri Olsa
· 11 years ago
7f3e508
perf tools: Fix "==" into "=" in ui_browser__warning assignment
by zhangdianfang
· 11 years ago
16a6433
perf tools: Consider header files outside perf directory in tags target
by Sebastian Andrzej Siewior
· 11 years ago
6a2f254
perf tools: Add warning when disabling perl scripting support due to missing devel files
by Arnaldo Carvalho de Melo
· 11 years ago
1b572622
perf trace: Warn the user when not available
by Arnaldo Carvalho de Melo
· 11 years ago
0506aec
perf tests: Add a test case for cumulating callchains
by Namhyung Kim
· 11 years ago
a1891aa
perf tests: Define and use symbolic names for fake symbols
by Namhyung Kim
· 11 years ago
d69b296
perf tools: Reset output/sort order to default
by Namhyung Kim
· 11 years ago
e4cf6f8
perf ui/gtk: Fix callchain display
by Namhyung Kim
· 11 years ago
56772ad
perf ui/stdio: Fix invalid percentage value of cumulated hist entries
by Namhyung Kim
· 11 years ago
e511db5
perf tools: Enable --children option by default
by Namhyung Kim
· 11 years ago
104ac99
perf top: Add top.children config option
by Namhyung Kim
· 12 years ago
1432ec3
perf top: Add --children option
by Namhyung Kim
· 11 years ago
Next »