-
Notifications
You must be signed in to change notification settings - Fork 14
Developer mode #107
Copy link
Copy link
Open
Labels
ebpf-mteamLabel to classify issues related to eBPF pluginLabel to classify issues related to eBPF pluginenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
ebpf-mteamLabel to classify issues related to eBPF pluginLabel to classify issues related to eBPF pluginenhancementNew feature or requestNew feature or request
To bring developer mode, it is necessary to do the following changes in this repository:
user/Makefileto also compact the developer files.library/api.cfor it exports the new functions that we will call inside the collector.kernel/process_kern.cthat will use hash table instead perf events.