Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9f21b815be863218192f42f9f5bf78b75f8738e0
/
tools
/
perf
9f21b81
perf evlist: Only open events on CPUs an evsel permits
by Mark Rutland
· 8 years ago
70fbe05
perf annotate: Add branch stack / basic block
by Peter Zijlstra
· 8 years ago
d7e404a
perf record: Mark MAP_HUGETLB when synthesizing mmap events
by Wang Nan
· 8 years ago
0ac3348
perf tools: Recognize hugetlb mapping as anon mapping
by Wang Nan
· 8 years ago
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
c79c8091
perf test vmlinux: Remove dead symbol_filter_t code
by Arnaldo Carvalho de Melo
· 8 years ago
0890e97
perf machine: Remove machine->symbol_filter and friends
by Arnaldo Carvalho de Melo
· 8 years ago
b622021
perf top: Remove old kernel-only symbol filter
by Arnaldo Carvalho de Melo
· 8 years ago
608c34d
perf symbols: Mark if a symbol is idle in the library
by Arnaldo Carvalho de Melo
· 8 years ago
6243b9d
perf probe: Move dwarf specific functions to dwarf-aux.c
by Ravi Bangoria
· 8 years ago
e47392b
perf uprobe: Skip prologue if program compiled without optimization
by Ravi Bangoria
· 8 years ago
b3f33f9
perf probe: Add helper function to check if probe with variable
by Ravi Bangoria
· 8 years ago
432746f
perf symbols: Fixup symbol sizes before picking best ones
by Arnaldo Carvalho de Melo
· 8 years ago
c97b40e
perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
by Arnaldo Carvalho de Melo
· 8 years ago
7e1b659
perf test vmlinux: Tolerate symbol aliases
by Arnaldo Carvalho de Melo
· 8 years ago
54da076
perf test vmlinux: Avoid printing headers for empty lists
by Arnaldo Carvalho de Melo
· 8 years ago
e267769
perf test vmlinux: Clarify which -v lines are errors or warning
by Arnaldo Carvalho de Melo
· 8 years ago
e50243b
perf probe: Ignore vmlinux Build-id when offline vmlinux given
by Masami Hiramatsu
· 8 years ago
293d5b4
perf probe: Support probing on offline cross-arch binary
by Masami Hiramatsu
· 8 years ago
428aff8
perf probe: Ignore vmlinux buildid if offline kernel is given
by Masami Hiramatsu
· 8 years ago
1c20b1d
perf probe: Show trace event definition
by Masami Hiramatsu
· 8 years ago
893c5c7
perf config: Show default report configuration in example and docs
by Milian Wolff
· 8 years ago
2a8d41b
perf symbols: Demangle symbols for synthesized @plt entries.
by Milian Wolff
· 8 years ago
fd22759
perf probe: Do not use map_load filters for function
by Arnaldo Carvalho de Melo
· 8 years ago
b55cc4e
perf symbols: Rename ->ignore to ->idle
by Arnaldo Carvalho de Melo
· 8 years ago
b01141f
perf annotate: Initialize the priv are in symbol__new()
by Arnaldo Carvalho de Melo
· 8 years ago
ffe67c2
perf tools: Fix error handling of lzma decompression
by Shawn Lin
· 8 years ago
04e1196
perf probe: Remove unused tracing_dir variable
by Masami Hiramatsu
· 8 years ago
5e30d55
perf record: Fix spelling mistake "Finshed" -> "Finished"
by Colin Ian King
· 8 years ago
c77ce22
perf bpf: Fix typo: "ehough" -> "enough"
by Colin Ian King
· 8 years ago
17d4666
perf test bpf: Fix typo: "ehough" -> "enough"
by Colin Ian King
· 8 years ago
dd6fa4e
perf tools: Fix typo: "ehough" -> "enough"
by Colin Ian King
· 8 years ago
bdca79c2
ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal
by Masami Hiramatsu
· 8 years ago
9880ce4
perf probe: Use hexadecimal type by default if possible
by Masami Hiramatsu
· 8 years ago
9254378
perf probe: Support hexadecimal casting
by Masami Hiramatsu
· 8 years ago
180b206
perf probe: Add supported for type casting by the running kernel
by Masami Hiramatsu
· 8 years ago
17ce3dc
ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types
by Masami Hiramatsu
· 8 years ago
6637e6f1
perf hists browser: Remove superfluous null check on map
by Colin Ian King
· 8 years ago
11196b7
perf tools: Skip running the feature tests for 'make install-doc'
by Rui Teng
· 8 years ago
11d8f87
perf tools: Use __weak definition from linux/compiler.h
by Rui Teng
· 8 years ago
fa1f456
perf report: Allow configuring the default sort order in ~/.perfconfig
by Arnaldo Carvalho de Melo
· 8 years ago
39ff526
tools: Copy coresight-pmu.h header file needed by perf tools
by Mathieu Poirier
· 8 years ago
05ed3ac
perf disassemble: Extract logic to find file to pass to objdump to a separate function
by Arnaldo Carvalho de Melo
· 8 years ago
3caee09
perf disassemble: Simplify logic for picking the filename to disassemble
by Arnaldo Carvalho de Melo
· 8 years ago
c12944f
perf disassemble: Move check for kallsyms + !kcore
by Arnaldo Carvalho de Melo
· 8 years ago
29659ab
perf hists: Add support for header span
by Jiri Olsa
· 8 years ago
f3705b0
perf tools stdio: Display multiple header lines
by Jiri Olsa
· 8 years ago
69705b3
perf tools tui: Display multiple header lines
by Jiri Olsa
· 8 years ago
74bb43f
perf hists: Add line argument into perf_hpp_fmt's header callback
by Jiri Olsa
· 8 years ago
f8e6710
perf hists: Introduce nr_header_lines into struct perf_hpp_list
by Jiri Olsa
· 8 years ago
b9c4b0f
perf top: Use MSEC_PER_SEC
by Arnaldo Carvalho de Melo
· 8 years ago
565e691
perf bench futex: Use NSEC_PER_USEC
by Arnaldo Carvalho de Melo
· 8 years ago
c05a6e1
perf kvm: Use NSEC_PER_USEC
by Arnaldo Carvalho de Melo
· 8 years ago
0693e68
perf record: Use USEC_PER_MSEC
by Arnaldo Carvalho de Melo
· 8 years ago
af15e67
perf bench sched-messaging: Use USEC_PER_MSEC
by Arnaldo Carvalho de Melo
· 8 years ago
f2b91be
perf bench mem: Use USEC_PER_SEC
by Arnaldo Carvalho de Melo
· 8 years ago
310ebb9
perf stat: Use *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
16633cc
perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC
by Arnaldo Carvalho de Melo
· 8 years ago
af4b2c9
perf timechart: Use NSEC_PER_U?SEC
by Arnaldo Carvalho de Melo
· 8 years ago
4fc76e4
perf sched: Use linux/time64.h
by Arnaldo Carvalho de Melo
· 8 years ago
a8ad832
perf bench numa: Use NSEC_PER_U?SEC
by Arnaldo Carvalho de Melo
· 8 years ago
bd48c63
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
c53412e
perf evsel: Do not access outside hw cache name arrays
by Arnaldo Carvalho de Melo
· 8 years ago
6754075
perf unwind: Use addr_location::addr instead of ip for entries
by Milian Wolff
· 8 years ago
3d918fb
perf intel-pt: Fix occasional decoding errors when tracing system-wide
by Adrian Hunter
· 8 years ago
60ebc15
perf probe: Release resources on error when handling exit paths
by Arnaldo Carvalho de Melo
· 8 years ago
0325862
perf probe: Check for dup and fdopen failures
by Colin Ian King
· 8 years ago
50de1a0
perf symbols: Fix annotation of objects with debuginfo files
by Anton Blanchard
· 8 years ago
71ac899
perf script: Don't disable use_callchain if input is pipe
by He Kuang
· 8 years ago
88ded4d
perf script: Show proper message when failed list scripts
by He Kuang
· 8 years ago
49a7f01
perf jitdump: Add the right header to get the major()/minor() definitions
by Arnaldo Carvalho de Melo
· 8 years ago
f046f3d
perf ppc64le: Fix build failure when libelf is not present
by Ravi Bangoria
· 8 years ago
33da54f
perf tools mem: Fix -t store option for record command
by Jiri Olsa
· 8 years ago
e1717e0
perf intel-pt: Fix ip compression
by Adrian Hunter
· 8 years ago
99e608b
perf probe ppc64le: Fix probe location when using DWARF
by Ravi Bangoria
· 8 years ago
d820456
perf probe: Add function to post process kernel trace events
by Ravi Bangoria
· 8 years ago
19f00b0
perf probe: Support signedness casting
by Naohiro Aota
· 8 years ago
3df33ef
perf stat: Avoid skew when reading events
by Mark Rutland
· 8 years ago
cb3f337
perf probe: Fix module name matching
by Konstantin Khlebnikov
· 8 years ago
8e34189
perf probe: Adjust map->reloc offset when finding kernel symbol from map
by Masami Hiramatsu
· 8 years ago
887fa86
perf hists: Trim libtraceevent trace_seq buffers
by Arnaldo Carvalho de Melo
· 8 years ago
bcdc09a
perf script: Add 'bpf-output' field to usage message
by Brendan Gregg
· 8 years ago
f282f7a
Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 8 years ago
c369e0a
perf tests bpf: Use SyS_epoll_wait alias
by Arnaldo Carvalho de Melo
· 8 years ago
b2d0dbf
perf tests: objdump output can contain multi byte chunks
by Jan Stancek
· 9 years ago
b6f35ed
perf record: Add --sample-cpu option
by Jiri Olsa
· 8 years ago
52c5cc3
perf hists: Introduce output_resort_cb method
by Jiri Olsa
· 8 years ago
4842576
perf tools: Move config/Makefile into Makefile.config
by Jiri Olsa
· 8 years ago
ff3e33b
perf tests: Add test for bitmap_scnprintf function
by Jiri Olsa
· 8 years ago
b581c01
perf tools: Fix build failure on perl script context
by Namhyung Kim
· 8 years ago
c17c17e
perf annotate: Plug filename string leak
by Arnaldo Carvalho de Melo
· 8 years ago
ee51d85
perf annotate: Introduce strerror for handling symbol__disassemble() errors
by Arnaldo Carvalho de Melo
· 8 years ago
5cb725a
perf annotate: Rename symbol__annotate() to symbol__disassemble()
by Arnaldo Carvalho de Melo
· 8 years ago
7f7d556
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
ce92834
perf target: str_error_r() always returns the buffer it receives
by Arnaldo Carvalho de Melo
· 8 years ago
9955d0b
perf annotate: Use pipe + fork instead of popen
by Arnaldo Carvalho de Melo
· 9 years ago
f0c98eb
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
2516035
mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
by Vlastimil Babka
· 8 years ago
7c48dcf
perf evsel: Introduce constructor for cycles event
by Arnaldo Carvalho de Melo
· 8 years ago
8149a77
tools lib api: Add str_error_c to libapi
by Arnaldo Carvalho de Melo
· 8 years ago
Next »