index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Mark MAP_HUGETLB when synthesizing mmap events
Wang Nan
2016-09-08
1
-0
/
+11
*
perf tools: Recognize hugetlb mapping as anon mapping
Wang Nan
2016-09-08
1
-3
/
+10
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
13
-183
/
+124
*
perf machine: Remove machine->symbol_filter and friends
Arnaldo Carvalho de Melo
2016-09-05
5
-32
/
+7
*
perf symbols: Mark if a symbol is idle in the library
Arnaldo Carvalho de Melo
2016-09-05
3
-11
/
+25
*
perf probe: Move dwarf specific functions to dwarf-aux.c
Ravi Bangoria
2016-09-01
3
-134
/
+189
*
perf uprobe: Skip prologue if program compiled without optimization
Ravi Bangoria
2016-09-01
1
-0
/
+165
*
perf probe: Add helper function to check if probe with variable
Ravi Bangoria
2016-09-01
2
-7
/
+17
*
perf symbols: Fixup symbol sizes before picking best ones
Arnaldo Carvalho de Melo
2016-09-01
2
-2
/
+2
*
perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
Arnaldo Carvalho de Melo
2016-09-01
2
-2
/
+4
*
perf probe: Support probing on offline cross-arch binary
Masami Hiramatsu
2016-09-01
5
-11
/
+83
*
perf probe: Ignore vmlinux buildid if offline kernel is given
Masami Hiramatsu
2016-09-01
2
-1
/
+5
*
perf probe: Show trace event definition
Masami Hiramatsu
2016-09-01
2
-0
/
+47
*
perf symbols: Demangle symbols for synthesized @plt entries.
Milian Wolff
2016-09-01
1
-29
/
+52
*
perf probe: Do not use map_load filters for function
Arnaldo Carvalho de Melo
2016-09-01
1
-19
/
+10
*
perf symbols: Rename ->ignore to ->idle
Arnaldo Carvalho de Melo
2016-08-30
2
-3
/
+3
*
perf annotate: Initialize the priv are in symbol__new()
Arnaldo Carvalho de Melo
2016-08-30
4
-9
/
+27
*
perf tools: Fix error handling of lzma decompression
Shawn Lin
2016-08-24
1
-6
/
+9
*
perf probe: Remove unused tracing_dir variable
Masami Hiramatsu
2016-08-24
1
-3
/
+2
*
perf bpf: Fix typo: "ehough" -> "enough"
Colin Ian King
2016-08-23
1
-1
/
+1
*
perf probe: Use hexadecimal type by default if possible
Masami Hiramatsu
2016-08-23
1
-1
/
+2
*
perf probe: Support hexadecimal casting
Masami Hiramatsu
2016-08-23
1
-7
/
+10
*
perf probe: Add supported for type casting by the running kernel
Masami Hiramatsu
2016-08-23
3
-0
/
+68
*
perf tools: Use __weak definition from linux/compiler.h
Rui Teng
2016-08-23
1
-2
/
+1
*
perf report: Allow configuring the default sort order in ~/.perfconfig
Arnaldo Carvalho de Melo
2016-08-23
2
-2
/
+2
*
perf disassemble: Extract logic to find file to pass to objdump to a separate...
Arnaldo Carvalho de Melo
2016-08-23
1
-22
/
+32
*
perf disassemble: Simplify logic for picking the filename to disassemble
Arnaldo Carvalho de Melo
2016-08-23
1
-25
/
+16
*
perf disassemble: Move check for kallsyms + !kcore
Arnaldo Carvalho de Melo
2016-08-23
1
-8
/
+8
*
perf hists: Add support for header span
Jiri Olsa
2016-08-23
2
-3
/
+5
*
perf hists: Add line argument into perf_hpp_fmt's header callback
Jiri Olsa
2016-08-23
2
-3
/
+4
*
perf hists: Introduce nr_header_lines into struct perf_hpp_list
Jiri Olsa
2016-08-23
1
-0
/
+1
*
perf timechart: Use NSEC_PER_U?SEC
Arnaldo Carvalho de Melo
2016-08-23
1
-5
/
+6
*
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
2016-08-23
5
-14
/
+11
*
perf evsel: Do not access outside hw cache name arrays
Arnaldo Carvalho de Melo
2016-08-18
1
-3
/
+3
*
perf unwind: Use addr_location::addr instead of ip for entries
Milian Wolff
2016-08-16
2
-2
/
+2
*
perf probe: Release resources on error when handling exit paths
Arnaldo Carvalho de Melo
2016-08-15
1
-3
/
+9
*
perf probe: Check for dup and fdopen failures
Colin Ian King
2016-08-15
1
-4
/
+20
*
perf symbols: Fix annotation of objects with debuginfo files
Anton Blanchard
2016-08-15
1
-1
/
+2
*
perf jitdump: Add the right header to get the major()/minor() definitions
Arnaldo Carvalho de Melo
2016-08-15
1
-0
/
+1
*
perf intel-pt: Fix ip compression
Adrian Hunter
2016-08-12
2
-28
/
+40
*
perf probe ppc64le: Fix probe location when using DWARF
Ravi Bangoria
2016-08-09
2
-17
/
+26
*
perf probe: Add function to post process kernel trace events
Ravi Bangoria
2016-08-09
1
-11
/
+18
*
perf probe: Support signedness casting
Naohiro Aota
2016-08-09
1
-3
/
+12
*
perf probe: Fix module name matching
Konstantin Khlebnikov
2016-08-09
1
-1
/
+3
*
perf probe: Adjust map->reloc offset when finding kernel symbol from map
Masami Hiramatsu
2016-08-09
1
-1
/
+1
*
perf hists: Trim libtraceevent trace_seq buffers
Arnaldo Carvalho de Melo
2016-08-09
1
-1
/
+5
*
Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-08-04
8
-65
/
+152
|
\
|
*
perf record: Add --sample-cpu option
Jiri Olsa
2016-08-02
1
-1
/
+1
|
*
perf hists: Introduce output_resort_cb method
Jiri Olsa
2016-08-02
2
-3
/
+16
|
*
perf annotate: Plug filename string leak
Arnaldo Carvalho de Melo
2016-08-01
1
-3
/
+2
[next]