index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf-loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf str{filter,list}: Disentangle headers
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf bpf: Add missing newline in debug messages
He Kuang
2017-02-08
1
-2
/
+2
*
perf clang: Compile BPF script using builtin clang support
Wang Nan
2016-12-05
1
-4
/
+11
*
perf llvm: Extract helpers in llvm-utils.c
Wang Nan
2016-12-05
1
-0
/
+4
*
perf tools: Fix typo "No enough" to "Not enough"
Alexander Alemayhu
2016-10-24
1
-7
/
+7
*
perf bpf: Fix typo: "ehough" -> "enough"
Colin Ian King
2016-08-23
1
-1
/
+1
*
perf bpf: Support BPF program attach to tracepoints
Wang Nan
2016-07-13
1
-5
/
+60
*
perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
Wang Nan
2016-07-13
1
-4
/
+4
*
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+1
*
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
2016-06-06
1
-3
/
+3
*
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
2016-06-06
1
-15
/
+12
*
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
2016-06-06
1
-2
/
+2
*
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
2016-06-06
1
-1
/
+1
*
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
2016-06-06
1
-28
/
+24
*
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
2016-06-06
1
-12
/
+6
*
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
2016-06-06
1
-14
/
+9
*
perf bpf: Automatically create bpf-output event __bpf_stdout__
Wang Nan
2016-04-11
1
-9
/
+28
*
perf bpf: Clone bpf stdout events in multiple bpf scripts
Wang Nan
2016-04-11
1
-0
/
+124
*
perf tools: Introduce bpf-output event
Wang Nan
2016-02-22
1
-3
/
+2
*
perf tools: Support setting different slots in a BPF map separately
Wang Nan
2016-02-22
1
-9
/
+119
*
perf tools: Enable passing event to BPF object
Wang Nan
2016-02-22
1
-7
/
+156
*
perf record: Apply config to BPF objects before recording
Wang Nan
2016-02-22
1
-0
/
+184
*
perf bpf: Add API to set values to map entries in a bpf object
Wang Nan
2016-02-22
1
-0
/
+276
*
perf bpf: Rename bpf_prog_priv__clear() to clear_prog_priv()
Wang Nan
2016-02-19
1
-3
/
+3
*
perf bpf: Rename bpf config to program config
Wang Nan
2015-11-27
1
-33
/
+32
*
perf bpf: Use same BPF program if arguments are identical
Wang Nan
2015-11-18
1
-7
/
+131
*
perf bpf: Generate prologue for BPF programs
Wang Nan
2015-11-18
1
-1
/
+119
*
perf bpf: Add prologue for BPF programs for fetching arguments
He Kuang
2015-11-18
1
-0
/
+3
*
perf bpf: Allow BPF program config probing options
Wang Nan
2015-11-18
1
-2
/
+51
*
perf bpf: Allow attaching BPF programs to modules symbols
Wang Nan
2015-11-18
1
-0
/
+16
*
perf bpf: Allow BPF program attach to uprobe events
Wang Nan
2015-11-18
1
-6
/
+114
*
perf test: Add 'perf test BPF'
Wang Nan
2015-11-06
1
-1
/
+23
*
perf bpf: Improve BPF related error messages
Wang Nan
2015-11-06
1
-12
/
+76
*
bpf tools: Improve libbpf error reporting
Wang Nan
2015-11-06
1
-7
/
+26
*
perf bpf: Mute libbpf when '-v' not set
Wang Nan
2015-11-03
1
-2
/
+2
*
perf tools: Compile scriptlets to BPF objects when passing '.c' to --event
Wang Nan
2015-10-29
1
-2
/
+15
*
perf bpf: Collect perf_evsel in BPF object files
Wang Nan
2015-10-28
1
-0
/
+40
*
perf tools: Load eBPF object into kernel
Wang Nan
2015-10-28
1
-0
/
+22
*
perf tools: Create probe points for BPF programs
Wang Nan
2015-10-28
1
-1
/
+221
*
perf ebpf: Add the libbpf glue
Wang Nan
2015-10-28
1
-0
/
+57