开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
vmlinux-kallsyms.c
Age
Commit message (
Expand
)
Author
2018-04-30
perf machine: Ditch find_kernel_function variants
Arnaldo Carvalho de Melo
2018-04-26
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
2018-04-26
perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded...
Arnaldo Carvalho de Melo
2018-04-26
perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name)
Arnaldo Carvalho de Melo
2018-04-26
perf machine: Remove needless map_type from machine__load_vmlinux_path()
Arnaldo Carvalho de Melo
2018-04-26
perf machine: Shorten machine__load_kallsyms() signature
Arnaldo Carvalho de Melo
2018-04-26
perf machine: Introduce machine__kernel_maps()
Arnaldo Carvalho de Melo
2018-04-26
perf map: Shorten map_groups__find_by_name() signature
Arnaldo Carvalho de Melo
2018-02-16
perf tests: Use arch__compare_symbol_names to compare symbols
Jiri Olsa
2018-02-16
perf machine: Remove machine__load_kallsyms()
Jiri Olsa
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-02-20
perf utils: Check verbose flag properly
Namhyung Kim
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
perf test vmlinux: Remove dead symbol_filter_t code
Arnaldo Carvalho de Melo
2016-09-01
perf test vmlinux: Tolerate symbol aliases
Arnaldo Carvalho de Melo
2016-09-01
perf test vmlinux: Avoid printing headers for empty lists
Arnaldo Carvalho de Melo
2016-09-01
perf test vmlinux: Clarify which -v lines are errors or warning
Arnaldo Carvalho de Melo
2016-04-19
perf test: Add missing verbose output explaining the reason for failure
Arnaldo Carvalho de Melo
2016-04-19
perf test: Ignore kcore files in the "vmlinux matches kallsyms" test
Arnaldo Carvalho de Melo
2016-01-26
perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' test
Arnaldo Carvalho de Melo
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
2015-09-30
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
2015-05-27
perf tools: Introduce struct maps
Arnaldo Carvalho de Melo
2015-05-27
perf tools: Use maps__first()/map__next()
Arnaldo Carvalho de Melo
2014-01-31
perf tests: No need to set up ref_reloc_sym
Adrian Hunter
2013-08-07
perf tests: Adjust the vmlinux symtab matches kallsyms test again
Adrian Hunter
2013-08-07
perf tests: Adjust the vmlinux symtab matches kallsyms test
Adrian Hunter
2013-07-12
perf tests: Omit end of the symbol check failure for test 1
Jiri Olsa
2013-01-25
perf tests: Call machine__exit in the vmlinux matches kallsyms test
Arnaldo Carvalho de Melo
2013-01-24
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
2012-11-14
perf tests: Move test__vmlinux_matches_kallsyms into separate object
Jiri Olsa