index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
vmlinux-kallsyms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
1
-2
/
+2
2023-04-06
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
1
-2
/
+2
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-5
/
+5
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-7
/
+7
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-5
/
+8
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
1
-7
/
+10
2022-09-28
perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...
Athira Rajeev
1
-2
/
+3
2022-05-23
perf test: Use skip in vmlinux kallsyms
Ian Rogers
1
-5
/
+7
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
[next]