index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
vmlinux-kallsyms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-14
perf maps: Use a pointer for kmaps
Ian Rogers
1
-3
/
+5
2021-11-13
perf test: Rename struct test to test_suite
Ian Rogers
1
-1
/
+1
2021-11-13
perf test: Move each test suite struct to its test
Ian Rogers
1
-1
/
+4
2021-09-29
perf tests vmlinux-kallsyms: Ignore hidden symbols
Michael Petlan
1
-0
/
+102
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
1
-5
/
+4
2019-11-06
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
1
-1
/
+1
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-05-28
perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms
Arnaldo Carvalho de Melo
1
-1
/
+8
2018-04-30
perf machine: Ditch find_kernel_function variants
Arnaldo Carvalho de Melo
1
-2
/
+2
2018-04-26
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
1
-2
/
+1
2018-04-26
perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded...
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-26
perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name)
Arnaldo Carvalho de Melo
1
-3
/
+2
2018-04-26
perf machine: Remove needless map_type from machine__load_vmlinux_path()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-26
perf machine: Shorten machine__load_kallsyms() signature
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-26
perf machine: Introduce machine__kernel_maps()
Arnaldo Carvalho de Melo
1
-2
/
+2
2018-04-26
perf map: Shorten map_groups__find_by_name() signature
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-02-16
perf tests: Use arch__compare_symbol_names to compare symbols
Jiri Olsa
1
-1
/
+1
2018-02-16
perf machine: Remove machine__load_kallsyms()
Jiri Olsa
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-20
perf utils: Check verbose flag properly
Namhyung Kim
1
-1
/
+1
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-09-05
perf test vmlinux: Remove dead symbol_filter_t code
Arnaldo Carvalho de Melo
1
-10
/
+1
2016-09-01
perf test vmlinux: Tolerate symbol aliases
Arnaldo Carvalho de Melo
1
-3
/
+4
2016-09-01
perf test vmlinux: Avoid printing headers for empty lists
Arnaldo Carvalho de Melo
1
-7
/
+22
2016-09-01
perf test vmlinux: Clarify which -v lines are errors or warning
Arnaldo Carvalho de Melo
1
-9
/
+9
2016-04-19
perf test: Add missing verbose output explaining the reason for failure
Arnaldo Carvalho de Melo
1
-0
/
+3
2016-04-19
perf test: Ignore kcore files in the "vmlinux matches kallsyms" test
Arnaldo Carvalho de Melo
1
-1
/
+7
2016-01-26
perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' test
Arnaldo Carvalho de Melo
1
-19
/
+5
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-30
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-05-27
perf tools: Introduce struct maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-27
perf tools: Use maps__first()/map__next()
Arnaldo Carvalho de Melo
1
-17
/
+17
2014-01-31
perf tests: No need to set up ref_reloc_sym
Adrian Hunter
1
-10
/
+0
2013-08-07
perf tests: Adjust the vmlinux symtab matches kallsyms test again
Adrian Hunter
1
-5
/
+7
2013-08-07
perf tests: Adjust the vmlinux symtab matches kallsyms test
Adrian Hunter
1
-11
/
+21
2013-07-12
perf tests: Omit end of the symbol check failure for test 1
Jiri Olsa
1
-4
/
+11
2013-01-25
perf tests: Call machine__exit in the vmlinux matches kallsyms test
Arnaldo Carvalho de Melo
1
-1
/
+3
2013-01-24
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
1
-1
/
+2
2012-11-14
perf tests: Move test__vmlinux_matches_kallsyms into separate object
Jiri Olsa
1
-0
/
+230