Skip to content

Converting kernel-space timestamp to user-space timestamp #420

Closed
@h0x0er

Description

@h0x0er

In code under /kern, bpf_ktime_get_ns() is being used to get the timestamp. This function returns kernel-space timestamp.

The timestamp along with other data is then returned to user-space. So converting it to user-space timestamp makes more sense, instead of keeping it as kernel timestamp. As end-user would be more interested to know at what user-time, specific event was received.

Refer: #418

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions