Add "kernel" as a possible value of timestamp_type.
Currently only supported on OpenBSD.
This commit is contained in:
@@ -32,6 +32,7 @@ static struct def_values def_data_timestamp_type[] = {
|
||||
{ "global", global },
|
||||
{ "ppid", ppid },
|
||||
{ "tty", tty },
|
||||
{ "kernel", kernel },
|
||||
{ NULL, 0 },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user