Adding support for trace histograms. Only the low level wrapper of the libtracefs APIs is added here. Yordan Karadzhov (VMware) (5): trace-cruncher: Define Python type for trace histograms trace-cruncher: Define constructor for trace histograms trace-cruncher: Add APIs to setup a histogram trace-cruncher: Add APIs for histogram control trace-cruncher: Add kernel histogram example examples/hist.py | 66 ++++++ src/common.h | 10 +- src/ftracepy-utils.c | 526 +++++++++++++++++++++++++++++++++++++++---- src/ftracepy-utils.h | 32 +++ src/ftracepy.c | 63 +++++- 5 files changed, 650 insertions(+), 47 deletions(-) create mode 100755 examples/hist.py -- 2.32.0