index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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 probe: Allow to add events on the local functions
Masami Hiramatsu
2014-02-18
1
-0
/
+11
*
perf symbols: No need to export dso__first_symbol
Arnaldo Carvalho de Melo
2014-02-18
1
-1
/
+0
*
perf symbols: Export elf_section_by_name and reuse
Masami Hiramatsu
2014-01-16
1
-0
/
+5
*
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
2013-12-19
1
-0
/
+1
*
tools lib symbol: Start carving out symbol parsing routines from perf
Arnaldo Carvalho de Melo
2013-12-13
1
-3
/
+0
*
perf symbols: Set alloc flag close to setting the long_name
Arnaldo Carvalho de Melo
2013-12-10
1
-1
/
+2
*
perf tools: Export setup_list
David Ahern
2013-11-27
1
-0
/
+3
*
perf symbols: Move idle syms check from top to generic function
David Ahern
2013-11-27
1
-0
/
+1
*
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
2013-10-14
1
-0
/
+3
*
perf symbols: Workaround objdump difficulties with kcore
Adrian Hunter
2013-10-14
1
-0
/
+14
*
perf symbols: Make a separate function to parse /proc/modules
Adrian Hunter
2013-10-11
1
-0
/
+3
*
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
2013-10-09
1
-0
/
+1
*
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
2013-10-09
1
-4
/
+4
*
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
2013-08-07
1
-0
/
+5
*
perf tools: Add mem access sampling core support
Stephane Eranian
2013-04-01
1
-0
/
+6
*
perf report: Add --no-demangle option
Namhyung Kim
2013-03-26
1
-1
/
+2
*
perf report: Make another loop for linking group hists
Namhyung Kim
2013-01-31
1
-1
/
+2
*
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
2013-01-24
1
-1
/
+1
*
perf machine: Move more machine methods to machine.c
Arnaldo Carvalho de Melo
2012-12-09
1
-0
/
+4
*
perf tests: Final cleanup for builtin-test move
Jiri Olsa
2012-11-14
1
-1
/
+0
*
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
2012-11-09
1
-20
/
+0
*
perf tools: Move dso_* related functions into dso object
Jiri Olsa
2012-10-29
1
-129
/
+5
*
perf tools: Move strxfrchar into string object
Jiri Olsa
2012-10-29
1
-2
/
+0
*
perf tools: Move hex2u64 into util object
Jiri Olsa
2012-10-29
1
-1
/
+0
*
perf tools: Move BUILD_ID_SIZE into build-id object
Jiri Olsa
2012-10-29
1
-2
/
+1
*
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
2012-10-29
1
-1
/
+0
*
perf tools: Convert to LIBELF_SUPPORT
Namhyung Kim
2012-09-28
1
-5
/
+5
*
perf tools: bfd.h/libbfd detection fails with recent binutils
Markus Trippelsdorf
2012-09-24
1
-0
/
+1
*
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-11
1
-3
/
+4
*
perf symbols: Make dsos__find function globally available
Jiri Olsa
2012-09-11
1
-0
/
+1
*
perf symbols: Remove BIONIC wrapper around libgen.h
David Ahern
2012-09-08
1
-2
/
+0
*
perf tools: include basename for non-glibc systems
Irina Tirdea
2012-09-07
1
-0
/
+3
*
perf symbols: Use both runtime and debug images
Cody P Schafer
2012-08-13
1
-0
/
+1
*
perf symbols: Convert dso__load_syms to take 2 symsrc's
Cody P Schafer
2012-08-13
1
-2
/
+3
*
perf symbols: Factor want_symtab out of dso__load_sym()
Cody P Schafer
2012-08-13
1
-1
/
+2
*
perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
Cody P Schafer
2012-08-13
1
-2
/
+2
*
perf symbols: Introduce symsrc structure.
Cody P Schafer
2012-08-13
1
-1
/
+35
*
perf symbols: Track symtab_type of vmlinux
Cody P Schafer
2012-08-13
1
-0
/
+2
*
perf symbols: Remove unused 'end' arg in kallsyms parse cb
Cody P Schafer
2012-08-13
1
-1
/
+1
*
perf symbols: Split out util/symbol-elf.c
Namhyung Kim
2012-08-09
1
-0
/
+15
*
perf symbols: Introduce symbol__elf_init()
Namhyung Kim
2012-08-09
1
-0
/
+1
*
perf test: Add dso data caching tests
Jiri Olsa
2012-07-25
1
-0
/
+1
*
perf symbols: Add dso data caching
Jiri Olsa
2012-07-25
1
-0
/
+11
*
perf symbols: Add interface to read DSO image data
Jiri Olsa
2012-07-25
1
-0
/
+8
*
perf symbols: Factor DSO symtab types to generic binary types
Jiri Olsa
2012-07-25
1
-16
/
+18
*
perf symbols: Follow .gnu_debuglink section to find separate symbols
Pierre-Loup A. Griffais
2012-06-27
1
-0
/
+1
*
perf symbols: Handle different endians properly during symbol load
Jiri Olsa
2012-05-31
1
-0
/
+30
*
perf probe: Provide perf interface for uprobes
Srikar Dronamraju
2012-05-11
1
-0
/
+1
*
perf symbols: Introduce symbol__size method
Arnaldo Carvalho de Melo
2012-04-19
1
-0
/
+5
*
perf report: Enable TUI in branch view mode
Stephane Eranian
2012-03-09
1
-1
/
+6
[prev]
[next]