You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm wondering if it can be possible to use C++ in libbpf-tools.
Every tool is made in C currently. Is there any reason why?
I'm trying to add new feature lsan on libbpf-tools. #4120
To use stlvector and unordered_map(or map) like feature in C, I introduced c-vector and uthash projects.
If I could use C++, the dependence can be removed easily!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm wondering if it can be possible to use
C++
in libbpf-tools.Every tool is made in
C
currently. Is there any reason why?I'm trying to add new feature
lsan
onlibbpf-tools
.#4120
To use
stl
vector
andunordered_map
(ormap
) like feature inC
, I introducedc-vector
anduthash
projects.If I could use
C++
, the dependence can be removed easily!Beta Was this translation helpful? Give feedback.
All reactions