summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorPuranjay Mohan <puranjay@kernel.org>2025-07-24 12:02:53 +0000
committerDaniel Borkmann <daniel@iogearbox.net>2025-07-26 21:26:51 +0200
commit3ba58312e65665e5b9097c7969a51fa49914d85d (patch)
tree13285e99884ccb3ea42f05295f9881f34e50d60e /tools/perf/scripts/python/netdev-times.py
parentb114fcee766d5101eada1aca7bb5fd0a86c89b35 (diff)
downloadkernel-3ba58312e65665e5b9097c7969a51fa49914d85d.tar.gz
bpf: Move bpf_jit_get_prog_name() to core.c
bpf_jit_get_prog_name() will be used by all JITs when enabling support for private stack. This function is currently implemented in the x86 JIT. Move the function to core.c so that other JITs can easily use it in their implementation of private stack. Signed-off-by: Puranjay Mohan <puranjay@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Yonghong Song <yonghong.song@linux.dev> Link: https://lore.kernel.org/bpf/20250724120257.7299-2-puranjay@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
c09ffc00b7834f88990a7a7c338b5c'>i40e: Remove circular header dependencies and fix headersIvan Vecera 2023-07-31i40e: remove i40e_statusJan Sokolowski 2023-02-09i40e: use int for i40e_statusJan Sokolowski 2023-02-09i40e: Remove string printing for i40e_statusJan Sokolowski 2023-02-09i40e: Remove unused i40e status codesJan Sokolowski 2022-12-12i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar