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
/
bpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-21
perf test bpf: Skip test if clang is not present
Athira Rajeev
1
-4
/
+6
2022-02-14
perf bpf: Stop using deprecated bpf_load_program() API
Christy Lee
1
-10
/
+4
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+4
2021-12-03
perf: Mute libbpf API deprecations temporarily
Andrii Nakryiko
1
-0
/
+4
2021-11-13
perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing arr...
Guo Zhengkui
1
-1
/
+1
2021-11-13
perf test: Remove skip_if_fail
Ian Rogers
1
-1
/
+0
2021-11-13
perf test: Convert bpf tests to test cases.
Ian Rogers
1
-29
/
+43
2021-11-13
perf test: Rename struct test to test_suite
Ian Rogers
1
-3
/
+3
2021-11-13
perf test: Move each test suite struct to its test
Ian Rogers
1
-6
/
+16
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
1
-1
/
+2
2021-09-10
perf test: Fix bpf test sample mismatch reporting
Michael Petlan
1
-1
/
+1
2021-07-16
perf test bpf: Free obj_buf
Riccardo Mancini
1
-0
/
+2
2021-07-09
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
1
-1
/
+1
2021-03-24
perf test: Remove now useless failing sub test "BPF relocation checker"
Thomas Richter
1
-8
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' event attribute config ...
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for alternative 'struct evlist' constructors
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' create maps methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' evsel list methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-04
perf tests: Skip the llvm and bpf tests if HAVE_LIBBPF_SUPPORT isn't defined
Arnaldo Carvalho de Melo
1
-2
/
+2
2020-08-21
perf test: Fix basic bpf filtering test
Sumanth Korikkar
1
-1
/
+1
2019-10-10
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
1
-1
/
+1
2019-10-10
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
1
-1
/
+1
2019-10-10
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
1
-1
/
+1
2019-10-10
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
1
-0
/
+1
2019-09-25
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
1
-1
/
+1
2019-09-25
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-25
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
1
-2
/
+2
2019-09-25
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
1
-1
/
+1
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-29
perf evlist: Rename perf_evlist__disable() to evlist__disable()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evlist: Rename perf_evlist__enable() to evlist__enable()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evlist: Rename perf_evlist__open() to evlist__open()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-1
/
+1
2019-06-17
perf tests: Add missing SPDX headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-03-08
perf mmap: Simplify perf_mmap__read_init()
Kan Liang
1
-2
/
+1
2018-03-08
perf mmap: Simplify perf_mmap__read_event()
Kan Liang
1
-1
/
+1
2018-03-05
perf test: Switch to new perf_mmap__read_event() interface for bpf
Kan Liang
1
-1
/
+8
2018-01-25
perf evlist: Remove fcntl.h from evlist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-01-08
perf test bpf: Hook on epoll_pwait()
Arnaldo Carvalho de Melo
1
-4
/
+4
2018-01-08
perf test bpf: Use designated struct field initializers
Arnaldo Carvalho de Melo
1
-32
/
+27
2018-01-08
perf test bpf: Improve message about expected samples
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-12-05
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
Wang Nan
1
-1
/
+1
2017-08-17
perf events parse: Rename parse_events_parse arguments
Arnaldo Carvalho de Melo
1
-8
/
+8
2017-08-17
perf events parse: Rename parsing state struct to clearer name
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
1
-0
/
+2
[next]