pub/scm/linux/kernel/git/rostedt/ktrace.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/ktrace.git/
$ git log --pretty=format:'%h %s (%cs)%d'
b49b8ec ktrace: Use ktrace_help() for all help messages (2022-02-06)
	(HEAD -> master)
92f2f92 ktrace: Add help infrastructure (2022-02-05)
848166f ktrace: Move header into its own include directory (2022-02-05)
ba30db9 ktrace: Add 'all' and systems to enable and disable of events (2022-02-01)
7705add ktrace: Have event_completion() be extendable (2022-02-01)
1400354 ktrace: Add disable tracing and events (2022-02-01)
360f786 ktrace: Add enable completion and command (2022-02-01)
2d06050 ktrace: Failure to read tracefs gives EACCES not EPERM (2022-02-01)
88fd2a6 ktrace: Have synthetic event creation do deltas (2022-02-01)
f9b6e03 ktrace: Use the ccli_list_* helper functions for completions (2022-02-01)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       ktrace: Use ktrace_help() for all help messages (2022-02-06)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 lkml
          1 linux-xfs
          1 qemu-devel
          1 linux-erofs
          1 xen-devel
          1 linux-gpio
          1 linux-trace-devel
          1 backports
          1 lttng-dev

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/rostedt/ktrace.git