aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorJoanne Koong <[email protected]>2023-03-01 07:49:47 -0800
committerAlexei Starovoitov <[email protected]>2023-03-01 09:55:23 -0800
commit8357b366cbb09b17c90e2cd758360a6bd2ea7507 (patch)
treec52cff5348459d1b870d6285ec328f67ced20773 /tools/perf/scripts/python/task-analyzer.py
parent1d18feb2c915c5ad0a9a61d04b8560e8efb78ce8 (diff)
bpf: Define no-ops for externally called bpf dynptr functions
Some bpf dynptr functions will be called from places where if CONFIG_BPF_SYSCALL is not set, then the dynptr function is undefined. For example, when skb type dynptrs are added in the next commit, dynptr functions are called from net/core/filter.c This patch defines no-op implementations of these dynptr functions so that they do not break compilation by being an undefined reference. Signed-off-by: Joanne Koong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions