summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_hardirq.h
AgeCommit message (Collapse)Author
2023-07-12eBPF Functions (enable/disable threads) (#15214)thiagoftsm
2023-07-06Additional CO-RE code (eBPF.plugin) (#15078)thiagoftsm
2023-04-11eBPF bug fixes (#14869)thiagoftsm
2023-01-27Improve ebpf exit (#14270)thiagoftsm
2022-10-09Remove extern from function declared in headers. (#13790)vkalintiris
By default functions are declared as extern in C/C++ headers. The goal of this PR is to reduce the wall of text that many headers have and, more importantly, to make the declaration of extern'd variables - of which we have many dispersed in various places - easily and quickly identifiable. Automatically generated with: $ git grep -l '^extern.*(' '**.h' | \ grep -v libjudy | \ grep -v 'sqlite3.h' | \ xargs sed -i -e 's/extern \(.*(.*$\)/\1/' This is a NFC.
2021-09-16eBPF OOM kill tracking (#11470)Uman Shahzad
2021-08-18eBPF Hard IRQ latency (#11410)Uman Shahzad