| commit | 2149da9cdc48ba07c130f13379795da0054558c3 | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt (Google) <rostedt@goodmis.org> | Wed Apr 09 22:43:50 2025 -0400 |
| committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Fri Apr 11 16:34:33 2025 -0400 |
| tree | 1028ff9008f705370f7182d02c5983666d587e3d | |
| parent | f4ede17d96d3515afd866e834b7b5219ddedaf1f [diff] |
trace-cmd: Add sqlhist to bash completion Add the commands for sqlhist to bash completion. This makes writing the SQL lines for the select statements so much easier. Now the user can use tab completion to see what the next possible commands are. This also makes the shortcuts like TIMESTAMP_DELTA_USECS more visible and less error prone to typos. Link: https://lore.kernel.org/20250409224350.7224d8ce@gandalf.local.home Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>