index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
symbol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
perf report: Add --no-demangle option
Namhyung Kim
1
-0
/
+1
2013-01-24
perf symbols: Mark vmlinux filename as allocated
David Ahern
1
-1
/
+5
2013-01-24
perf symbols: Move name malloc to when needed in dso__load
David Ahern
1
-4
/
+4
2012-12-09
perf machine: Move more machine methods to machine.c
Arnaldo Carvalho de Melo
1
-518
/
+4
2012-12-09
perf symbols: Generalize filter in __fprintf_buildid methods
Arnaldo Carvalho de Melo
1
-6
/
+6
2012-11-09
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+1
2012-10-29
perf tools: Move dso_* related functions into dso object
Jiri Olsa
1
-597
/
+2
2012-10-29
perf tools: Move strxfrchar into string object
Jiri Olsa
1
-10
/
+0
2012-10-29
perf tools: Move hex2u64 into util object
Jiri Olsa
1
-33
/
+0
2012-10-29
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
1
-15
/
+0
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
1
-1
/
+1
2012-09-11
perf symbols: Make dsos__find function globally available
Jiri Olsa
1
-1
/
+1
2012-09-11
perf tools: fix ALIGN redefinition in system headers
Irina Tirdea
1
-1
/
+1
2012-08-20
perf symbols: Fix builds with NO_LIBELF set
David Ahern
1
-1
/
+1
2012-08-13
perf symbols: Use both runtime and debug images
Cody P Schafer
1
-33
/
+44
2012-08-13
perf symbols: Convert dso__load_syms to take 2 symsrc's
Cody P Schafer
1
-2
/
+2
2012-08-13
perf symbols: Factor want_symtab out of dso__load_sym()
Cody P Schafer
1
-3
/
+7
2012-08-13
perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
Cody P Schafer
1
-3
/
+5
2012-08-13
perf symbols: Set symtab_type in dso__load_sym
Cody P Schafer
1
-6
/
+7
2012-08-13
perf symbols: Introduce symsrc structure.
Cody P Schafer
1
-11
/
+11
2012-08-13
perf symbols: Track symtab_type of vmlinux
Cody P Schafer
1
-0
/
+9
2012-08-13
perf symbols: only set vmlinux longname & mark loaded if really loaded
Cody P Schafer
1
-3
/
+4
2012-08-13
perf symbols: Simplify out_fixup in kernel syms loading
Cody P Schafer
1
-2
/
+1
2012-08-13
perf symbols: Remove unused 'end' arg in kallsyms parse cb
Cody P Schafer
1
-11
/
+10
2012-08-13
perf symbols: Correct comment wrt kallsyms loading
Cody P Schafer
1
-1
/
+1
2012-08-13
perf symbols: Remove unneeded call to dso__set_long_name()
Cody P Schafer
1
-3
/
+1
2012-08-09
perf symbols: Split out util/symbol-elf.c
Namhyung Kim
1
-797
/
+7
2012-08-09
perf symbols: Introduce symbol__elf_init()
Namhyung Kim
1
-1
/
+7
2012-08-03
perf kvm: Use strtol for walking guestmount directory
David Ahern
1
-1
/
+9
2012-08-02
perf symbols: Fix array sizes for binary types arrays
Jiri Olsa
1
-2
/
+2
2012-07-25
perf symbols: Add dso data caching
Jiri Olsa
1
-18
/
+136
2012-07-25
perf symbols: Add interface to read DSO image data
Jiri Olsa
1
-0
/
+109
2012-07-25
perf symbols: Factor DSO symtab types to generic binary types
Jiri Olsa
1
-84
/
+125
2012-07-23
perf symbols: Add machine id to modules debug message
David Ahern
1
-2
/
+9
2012-06-29
perf symbols: Add '.note' check into search for NOTE section
Jiri Olsa
1
-6
/
+23
2012-06-27
perf symbols: Follow .gnu_debuglink section to find separate symbols
Pierre-Loup A. Griffais
1
-1
/
+64
2012-05-31
perf symbols: Check for valid dso before creating map
Srikar Dronamraju
1
-1
/
+4
2012-05-31
perf symbols: Handle different endians properly during symbol load
Jiri Olsa
1
-1
/
+32
2012-05-24
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+8
2012-05-11
perf probe: Provide perf interface for uprobes
Srikar Dronamraju
1
-0
/
+8
2012-04-20
perf symbols: Read plt symbols from proper symtab_type binary
Jiri Olsa
1
-7
/
+6
2012-03-27
perf symbols: Handle NULL dso in dso__name_len
David Miller
1
-0
/
+2
2012-03-27
perf symbols: Do not include libgen.h
David Miller
1
-1
/
+0
2012-02-14
perf tools: Get rid of ctype.h in symbol.c
Namhyung Kim
1
-1
/
+1
2012-01-31
perf script: Add the offset field specifier
Akihiro Nagai
1
-7
/
+17
2012-01-30
perf script: Unify the expressions indicating "unknown"
Akihiro Nagai
1
-0
/
+12
2012-01-25
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
1
-1
/
+0
2011-12-20
perf symbols: Fix error path on symbol__init()
Namhyung Kim
1
-2
/
+2
2011-12-20
perf symbols: Get rid of duplicated snprintf()
Namhyung Kim
1
-6
/
+1
2011-10-21
perf symbols: Increase symbol KSYM_NAME_LEN size
Ricardo Ribalda Delgado
1
-1
/
+1
[next]