Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
First release of quark, to be matched with go-quark.

A quick note on what this very first release includes:
 * Kprobe & EBPF backends
 * Process aggregation
 * Event flow control
 * Proper documentation
 * 3940 compiled btfhub offsets
 * quark-mon(8) and quark-btf(8)
 * Go bindings

Many thanks to everyone involved, especially: @nicholasberlin, @mjwolf and
@fearful-symmetry.

And there was much rejoicing.
  • Loading branch information
haesbaert committed Oct 14, 2024
1 parent 2832d0c commit 16f984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quark.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define _QUARK_H_

/* Version is shared between library and utilities */
#define QUARK_VERSION "0.1a"
#define QUARK_VERSION "0.1"

/* Misc types */
#include <stdio.h>
Expand Down

0 comments on commit 16f984c

Please sign in to comment.