summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@nvidia.com>2025-08-12 10:18:10 +0300
committerJakub Kicinski <kuba@kernel.org>2025-08-13 17:09:54 -0700
commit5e88777a382480d0b1f7eafb6d0fb680ec7a40bb (patch)
treeae2d1d5084aafa0764fdd019f2d8fc34d98e0404 /tools/perf/scripts/python/task-analyzer.py
parent96326447d466ca62b713f660cfc73ef7879151a0 (diff)
downloadkernel-5e88777a382480d0b1f7eafb6d0fb680ec7a40bb.tar.gz
selftests: forwarding: Add a test for FDB activity notification control
Test various aspects of FDB activity notification control: * Transitioning of an FDB entry from inactive to active state. * Transitioning of an FDB entry from active to inactive state. * Avoiding the resetting of an FDB entry's last activity time (i.e., "updated" time) using the "norefresh" keyword. Reviewed-by: Petr Machata <petrm@nvidia.com> Signed-off-by: Ido Schimmel <idosch@nvidia.com> Acked-by: Nikolay Aleksandrov <razor@blackwall.org> Link: https://patch.msgid.link/20250812071810.312346-1-idosch@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
026afa8fc04f07d2f9d8ab78'>sections: fix section conflicts in arch/scoreAndi Kleen 2012-10-01score: fix bogus restarts on sigreturn()Al Viro 2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells 2012-09-23score: Add missing RCU idle APIs on idle loopFrederic Weisbecker 2012-06-01new helper: signal_delivered()Al Viro 2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro 2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro 2012-06-01new helper: sigmask_to_save()Al Viro 2012-06-01new helper: restore_saved_sigmask()Al Viro 2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro 2012-05-21score: add handling of NOTIFY_RESUME to do_notify_resume()Al Viro 2012-05-21score: don't open-code force_sigsegv()Al Viro 2012-05-21score: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro 2012-05-21score: use set_current_blocked() and block_sigmask()Matt Fleming 2012-05-21score: don't mask signals if we fail to setup signal stackMatt Fleming 2012-05-05score: Use generic init_taskThomas Gleixner 2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner 2012-01-23score: fix off-by-one index into syscall tableDan Rosenberg 2011-12-08score: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo 2011-07-24modules: make arch's use default loader hooksJonas Bonn