index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
vmlinux-kallsyms.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf map: API clean up
Ian Rogers
2024-08-19
1
-2
/
+2
*
kallsyms: get rid of code for absolute kallsyms
Jann Horn
2024-07-20
1
-1
/
+0
*
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-05-06
1
-3
/
+3
*
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
2024-02-12
1
-2
/
+3
*
perf maps: Get map before returning in maps__find
Ian Rogers
2024-02-12
1
-3
/
+2
*
perf tests: Use function to add missing maps lock
Ian Rogers
2023-12-19
1
-83
/
+98
*
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
2023-04-19
1
-2
/
+2
*
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
2023-04-07
1
-2
/
+2
*
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
2023-04-07
1
-2
/
+2
*
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-07
1
-5
/
+5
*
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
1
-7
/
+7
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
1
-5
/
+8
*
perf maps: Remove rb_node from struct map
Ian Rogers
2023-04-04
1
-7
/
+10
*
perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...
Athira Rajeev
2022-09-28
1
-2
/
+3
*
perf test: Use skip in vmlinux kallsyms
Ian Rogers
2022-05-23
1
-5
/
+7
*
perf maps: Use a pointer for kmaps
Ian Rogers
2022-02-14
1
-3
/
+5
*
perf test: Rename struct test to test_suite
Ian Rogers
2021-11-13
1
-1
/
+1
*
perf test: Move each test suite struct to its test
Ian Rogers
2021-11-13
1
-1
/
+4
*
perf tests vmlinux-kallsyms: Ignore hidden symbols
Michael Petlan
2021-09-29
1
-0
/
+102
*
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-26
1
-5
/
+4
*
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
2019-11-06
1
-3
/
+3
*
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+1
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+1
*
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+1
*
perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms
Arnaldo Carvalho de Melo
2019-05-28
1
-1
/
+8
*
perf machine: Ditch find_kernel_function variants
Arnaldo Carvalho de Melo
2018-04-30
1
-2
/
+2
*
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+1
*
perf tests vmlinux-kallsyms: Use map__for_each_symbol() instead of open coded...
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf tests vmlinux-kallsyms: Use machine__find_kernel_function(_by_name)
Arnaldo Carvalho de Melo
2018-04-26
1
-3
/
+2
*
perf machine: Remove needless map_type from machine__load_vmlinux_path()
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf machine: Shorten machine__load_kallsyms() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf machine: Introduce machine__kernel_maps()
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+2
*
perf map: Shorten map_groups__find_by_name() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf tests: Use arch__compare_symbol_names to compare symbols
Jiri Olsa
2018-02-16
1
-1
/
+1
*
perf machine: Remove machine__load_kallsyms()
Jiri Olsa
2018-02-16
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-08-11
1
-1
/
+1
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-1
/
+1
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-4
/
+4
*
perf test vmlinux: Remove dead symbol_filter_t code
Arnaldo Carvalho de Melo
2016-09-05
1
-10
/
+1
*
perf test vmlinux: Tolerate symbol aliases
Arnaldo Carvalho de Melo
2016-09-01
1
-3
/
+4
*
perf test vmlinux: Avoid printing headers for empty lists
Arnaldo Carvalho de Melo
2016-09-01
1
-7
/
+22
*
perf test vmlinux: Clarify which -v lines are errors or warning
Arnaldo Carvalho de Melo
2016-09-01
1
-9
/
+9
*
perf test: Add missing verbose output explaining the reason for failure
Arnaldo Carvalho de Melo
2016-04-19
1
-0
/
+3
*
perf test: Ignore kcore files in the "vmlinux matches kallsyms" test
Arnaldo Carvalho de Melo
2016-04-19
1
-1
/
+7
*
perf test: Fixup aliases checking in the 'vmlinux matches kallsyms' test
Arnaldo Carvalho de Melo
2016-01-26
1
-19
/
+5
*
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
2015-11-19
1
-1
/
+1
*
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
2015-09-30
1
-2
/
+2
[next]