summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorLi Qiang <liqiang01@kylinos.cn>2025-09-19 11:33:27 +0800
committerCatalin Marinas <catalin.marinas@arm.com>2025-11-11 19:49:19 +0000
commitdf717b9564c8370e9198c9cd5d62e277a18563fb (patch)
tree1a4be72a179f811bb2aa30c1b189cd0ddf3d04e1 /tools/perf/scripts/python/exported-sql-viewer.py
parent420cab0155033c14c5cb308d5078f93e3e8bf9b3 (diff)
downloadkernel-df717b9564c8370e9198c9cd5d62e277a18563fb.tar.gz
arm64: add unlikely hint to MTE async fault check in el0_svc_common
Add unlikely() hint to the _TIF_MTE_ASYNC_FAULT flag check in el0_svc_common() since asynchronous MTE faults are expected to be rare occurrences during normal system call execution. This optimization helps the compiler to improve instruction caching and branch prediction for the common case where no asynchronous MTE faults are pending, while maintaining correct behavior for the exceptional case where such faults need to be handled prior to system call execution. Signed-off-by: Li Qiang <liqiang01@kylinos.cn> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
qualifier on tw_substateEric Dumazet 2024-07-16tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().Kuniyuki Iwashima 2024-06-10net: tcp: un-pin the tw_timerFlorian Westphal 2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider 2024-06-05tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet 2024-05-27tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet 2024-05-13tcp: rstreason: fully support in tcp_check_req()Jason Xing 2024-04-26rstreason: prepare for passive resetJason Xing 2024-04-22tcp: do not export tcp_twsk_purge()Eric Dumazet 2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet 2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet 2024-03-12rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima 2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing 2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov 2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov 2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov 2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov 2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov 2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet 2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet 2023-10-01net: implement lockless SO_PRIORITYEric Dumazet 2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V 2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet 2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet 2023-08-04tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima 2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet 2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet 2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart