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
/
bpf-loader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-04
perf hashmap: Tidy hashmap dependency
Ian Rogers
1
-1
/
+5
2022-08-10
perf tools: Do not pass NULL to parse_events()
Adrian Hunter
1
-1
/
+1
2022-08-04
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-29
/
+175
2022-07-27
perf bpf: Remove undefined behavior from bpf_perf_object__next()
Ian Rogers
1
-11
/
+7
2022-06-24
perf tools: Rework prologue generation code
Jiri Olsa
1
-29
/
+175
2022-04-22
perf tools: Move libbpf init in libbpf_init function
Jiri Olsa
1
-9
/
+18
2022-03-27
Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-38
/
+216
2022-03-05
perf tools: Remove bpf_map__set_priv()/bpf_map__priv() usage
Jiri Olsa
1
-7
/
+59
2022-03-05
perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
Jiri Olsa
1
-16
/
+82
2022-02-18
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2022-02-17
perf bpf: Defer freeing string after possible strlen() on it
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-02-14
perf bpf: Stop using deprecated bpf_object__next() API
Christy Lee
1
-19
/
+79
2022-01-26
perf: use generic bpf_program__set_type() to set BPF prog type
Andrii Nakryiko
1
-2
/
+2
2022-01-25
perf: Stop using bpf_object__open_buffer() API
Christy Lee
1
-2
/
+4
2022-01-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-37
/
+27
2022-01-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+3
2022-01-13
perf: Stop using bpf_map__def() API
Christy Lee
1
-37
/
+27
2021-12-16
perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix check
Miaoqian Lin
1
-6
/
+9
2021-12-03
perf: Mute libbpf API deprecations temporarily
Andrii Nakryiko
1
-0
/
+3
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'find' methods
Arnaldo Carvalho de Melo
1
-2
/
+1
2020-09-09
perf: Stop using deprecated bpf_program__title()
Andrii Nakryiko
1
-10
/
+2
2020-05-28
perf bpf-loader: Add missing '*' for key_scan_pos
Wang ShaoBo
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__is_*() to evsel__is*()
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
1
-1
/
+1
2019-09-01
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-29
perf clang: Delete needless util-cxx.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf bpf: Add missing xyarray.h header
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-07-30
libperf: Move fd array from perf's evsel to lobperf's perf_evsel class
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-10
/
+10
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-6
/
+6
2019-07-30
perf evsel: Store backpointer to attached bpf_object
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-07-09
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2019-03-01
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
1
-2
/
+2
2019-02-06
perf bpf-loader: Remove unecessary includes from bpf-loader.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-05
libbpf: fix libbpf_print
Stanislav Fomichev
1
-8
/
+2
2019-02-04
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
1
-20
/
+12
2018-12-17
perf bpf-loader: Fix debugging message typo
Ingo Molnar
1
-1
/
+1
2018-12-17
perf bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Wen Yang
1
-1
/
+1
2018-09-19
perf bpf-loader: use PTR_ERR_OR_ZERO inetead of return code
Ding Xiang
1
-1
/
+1
2018-08-08
perf bpf: Make bpf__setup_output_event() return the bpf-output event
Arnaldo Carvalho de Melo
1
-11
/
+12
2018-08-08
perf bpf: Add bpf__setup_output_event() strerror() counterpart
Arnaldo Carvalho de Melo
1
-2
/
+2
2018-08-08
perf bpf: Generalize bpf__setup_stdout()
Arnaldo Carvalho de Melo
1
-9
/
+17
2018-08-08
perf bpf: Make bpf__for_each_stdout_map() generic
Arnaldo Carvalho de Melo
1
-2
/
+5
2018-07-31
perf bpf: Show better message when failing to load an object
Arnaldo Carvalho de Melo
1
-1
/
+3
[next]