summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNam Cao <namcao@linutronix.de>2025-07-04 15:20:01 +0200
committerSteven Rostedt (Google) <rostedt@goodmis.org>2025-07-24 10:42:46 -0400
commitb6c62aa7914b386c4a8983ec3a537399f523cf18 (patch)
tree5a30f8579a928afe1f45afe0e0d8f47547e8bab7 /tools/perf/scripts/python
parent5270a0e3041cba8aef76aaf62408313b9cd4ad9f (diff)
downloadkernel-b6c62aa7914b386c4a8983ec3a537399f523cf18.tar.gz
verification/dot2k: Prepare the frontend for LTL inclusion
The dot2k tool has some code that can be reused for linear temporal logic monitor. Prepare its frontend for LTL inclusion: 1. Rename to be generic: rvgen 2. Replace the parameter --dot with 2 parameters: --class: to specific the monitor class, can be 'da' or 'ltl' --spec: the monitor specification file, .dot file for DA, and .ltl file for LTL The old command: python3 dot2/dot2k monitor -d wip.dot -t per_cpu is equivalent to the new commands: python3 rvgen monitor -c da -s wip.dot -t per_cpu Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Link: https://lore.kernel.org/dea18f7a44374e4db8df5c7e785604bc3062ffc9.1751634289.git.namcao@linutronix.de Reviewed-by: Gabriele Monaco <gmonaco@redhat.com> Signed-off-by: Nam Cao <namcao@linutronix.de> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
17:54:08 -0700'>2014-07-17staging: rtl8723au: Use proper name REG_CAMCMD and remove wrapper invalidate_...Jes Sorensen 2014-07-17staging: rtl8723au: Reduce number of duplicate defines for link stateJes Sorensen 2014-05-25staging: rtl8723au: Rename BT_WifiScanNotify() rtl8723a_BT_wifiscan_notify()Jes Sorensen 2014-05-25staging: rtl8723au: Convert BT_IsBtDisabled() into rtl8723a_BT_enabled()Jes Sorensen 2014-05-25staging: rtl8723au: Create rtl8723au_bt_intf.hJes Sorensen 2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches 2014-05-23staging: rtl8723au: Use WLAN_CIPHER_SUITE_* to mark crypto typeJes Sorensen 2014-05-16staging: rtl8723au: Call usb_write*() functions directlyJes Sorensen 2014-05-16staging: rtl8723au: Call usb_read*() functions directlyJes Sorensen 2014-05-16staging: rtl8723au: hal_com.c: Fix one case of returning status in an s32Jes Sorensen 2014-05-16staging: rtl8723au: hal_com.c: Use BIT() consistently instead of BITxJes Sorensen 2014-04-26staging: rtl8723au: Preserve const attribute of cmd handler argumentJes Sorensen 2014-04-14staging: rtl8723au: Eliminate HW_WAR_CHK_HI_QUEUE_EMPTY usageJes Sorensen 2014-04-14staging: rtl8723au: Eliminate HW_VAR_FWLPS_RF_ON usageJes Sorensen 2014-04-14staging: rtl8723au: Eliminate HW_VAR_RF_TYPE usageJes Sorensen 2014-04-14staging: rtl8723au: Remove HW_VAR_TXPAUSEJes Sorensen 2014-04-14staging: rtl8723au: Remove HW_VAR_APFM_ON_MACJes Sorensen 2014-04-14staging: rtl8723au: Eliminate HW_VAR_DM_FLAGJes Sorensen 2014-04-14staging: rtl8723au: Eliminate HW_VAR_DM_FUNC_OP callsJes Sorensen 2014-04-14staging: rtl8723au: Eliminate HW_VAR_CAM_WRITE and clean up all the wrapping ...Jes Sorensen 2014-04-14staging: rtl8723au: Kill off HW_VAR_CAM_EMPTY_ENTRY and some function layers ...Jes Sorensen 2014-04-14staging: rtl8723au: Eliminate HW_VAR_MAC_ADDR usageJes Sorensen 2014-04-14staging: rtl8723au: This gets rid of the last HW_VAR_BCN_VALID usageJes Sorensen 2014-04-05staging: r8723au: Add source files for new driver - part 2Larry Finger