index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf script: Add option to stop printing callchain
David Ahern
2016-11-29
1
-2
/
+4
*
perf sched timehist: Mark schedule function in callchains
Namhyung Kim
2016-11-25
1
-0
/
+1
*
perf symbols: Print symbol offsets conditionally
Namhyung Kim
2016-11-23
1
-1
/
+2
*
perf report: Create a symbol_conf flag for showing branch flag counting
Jin Yao
2016-11-14
1
-0
/
+1
*
perf symbols: Add dso__last_symbol()
Adrian Hunter
2016-09-29
1
-0
/
+1
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-11
/
+7
*
perf symbols: Mark if a symbol is idle in the library
Arnaldo Carvalho de Melo
2016-09-05
1
-1
/
+1
*
perf symbols: Rename ->ignore to ->idle
Arnaldo Carvalho de Melo
2016-08-30
1
-1
/
+1
*
perf annotate: Initialize the priv are in symbol__new()
Arnaldo Carvalho de Melo
2016-08-30
1
-0
/
+3
*
perf sdt: ELF support for SDT
Hemant Kumar
2016-07-04
1
-0
/
+22
*
perf report: Add srcline_from/to branch sort keys
Andi Kleen
2016-05-23
1
-0
/
+2
*
perf tools: Set buildid dir under symfs when --symfs is provided
He Kuang
2016-05-20
1
-0
/
+2
*
perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE
Masami Hiramatsu
2016-05-16
1
-0
/
+3
*
perf symbols: Add dso__insert_symbol function
Chris Phlipot
2016-05-11
1
-0
/
+3
*
perf symbols: Fix kallsyms perf test on ppc64le
Naveen N. Rao
2016-05-05
1
-1
/
+2
*
perf symbols: Allow loading kallsyms without considering kcore files
Arnaldo Carvalho de Melo
2016-04-19
1
-0
/
+2
*
perf symbols: Move fprintf routines to separate object file
Arnaldo Carvalho de Melo
2016-04-14
1
-0
/
+5
*
perf evsel: Allow unresolved symbol names to be printed as addresses
Arnaldo Carvalho de Melo
2016-04-11
1
-0
/
+6
*
perf tools: Remove needless 'extern' from function prototypes
Arnaldo Carvalho de Melo
2016-03-23
1
-2
/
+2
*
perf hists: Basic support of hierarchical report view
Namhyung Kim
2016-02-24
1
-1
/
+2
*
perf report/top: Add --raw-trace option
Namhyung Kim
2016-01-06
1
-1
/
+2
*
perf callchain: Honor hide_unresolved
Namhyung Kim
2015-11-26
1
-1
/
+2
*
perf symbols: Allow forcing reading of non-root owned files by root
Arnaldo Carvalho de Melo
2015-11-12
1
-0
/
+1
*
perf tools: Add processor socket info to hist_entry and addr_location
Kan Liang
2015-09-14
1
-0
/
+1
*
perf tools: Rename perf_session_env to perf_env
Kan Liang
2015-08-28
1
-2
/
+2
*
perf report: Show call graph from reference events
Kan Liang
2015-08-12
1
-1
/
+2
*
perf symbols: Store if there is a filter in place
Arnaldo Carvalho de Melo
2015-07-13
1
-1
/
+2
*
perf tools: Move TUI-specific fields out of map_symbol
Namhyung Kim
2015-05-05
1
-2
/
+0
*
perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding
Ananth N Mavinakayanahalli
2015-05-04
1
-0
/
+1
*
perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc
Naveen N. Rao
2015-05-04
1
-0
/
+5
*
perf probe ppc: Fix symbol fixup issues due to ELF type
Naveen N. Rao
2015-05-04
1
-0
/
+4
*
perf tools: Add pid/tid filtering to report and script commands
David Ahern
2015-03-24
1
-0
/
+7
*
perf symbols: Allow symbol alias when loading map for symbol name
Namhyung Kim
2015-03-12
1
-0
/
+1
*
perf symbols: Introduce method to iterate symbols ordered by name
Arnaldo Carvalho de Melo
2015-01-21
1
-0
/
+1
*
perf callchain: Support handling complete branch stacks as histograms
Andi Kleen
2014-12-01
1
-1
/
+2
*
perf symbols: Move bfd_demangle stubbing to its only user
Arnaldo Carvalho de Melo
2014-11-24
1
-21
/
+0
*
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
Namhyung Kim
2014-11-05
1
-0
/
+1
*
perf symbols: Make sym->end be the first address after the symbol range
Arnaldo Carvalho de Melo
2014-10-14
1
-1
/
+1
*
perf tools: Disable kernel symbol demangling by default
Avi Kivity
2014-09-17
1
-0
/
+1
*
perf symbols: Don't demangle parameters and such by default
Namhyung Kim
2014-08-13
1
-0
/
+1
*
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
2014-08-13
1
-1
/
+2
*
perf symbols: Make sure --symfs usage includes the path separator
Arnaldo Carvalho de Melo
2014-07-31
1
-0
/
+9
*
perf tools: Add dso__type()
Adrian Hunter
2014-07-23
1
-0
/
+2
*
perf symbols: Add ability to iterate over a dso's symbols
Adrian Hunter
2014-07-16
1
-0
/
+3
*
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
2014-07-16
1
-0
/
+1
*
perf hists browser: Add ui.show-headers config file option
Jiri Olsa
2014-07-07
1
-1
/
+2
*
perf hists: Add support for accumulated stat of hist entry
Namhyung Kim
2014-06-01
1
-0
/
+1
*
perf tools: Move sample data structures from perf.h
Jiri Olsa
2014-05-05
1
-0
/
+1
*
perf report: Add --percentage option
Namhyung Kim
2014-04-16
1
-1
/
+2
*
perf symbols: Record the reason for filtering an address_location
Namhyung Kim
2014-03-18
1
-1
/
+1
[next]