diff options
author | 2018-11-23 23:18:03 +0100 | |
---|---|---|
committer | 2018-12-05 16:36:28 +0100 | |
commit | dc002bb62f10c5905420f8b8a7d5ec0da567fc82 (patch) | |
tree | 2d5b812a9cb024a671bcda37431505d6dded1c47 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'prog_test_run-improvement' (diff) | |
download | linux-dev-dc002bb62f10c5905420f8b8a7d5ec0da567fc82.tar.xz linux-dev-dc002bb62f10c5905420f8b8a7d5ec0da567fc82.zip |
bpf: add __weak hook for allocating executable memory
By default, BPF uses module_alloc() to allocate executable memory,
but this is not necessary on all arches and potentially undesirable
on some of them.
So break out the module_alloc() and module_memfree() calls into __weak
functions to allow them to be overridden in arch code.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions