Message ID | 20211209104524.5354-1-y.karadz@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | libtracefs: APIs for inspecting hist/synth objects | expand |
On Thu, 9 Dec 2021 12:45:21 +0200 "Yordan Karadzhov (VMware)" <y.karadz@gmail.com> wrote: > Changes in v2: > - Dropping patch 'libtracefs: New API for getting the raw format of a > histogram'. This patch must be redesigned. > > - Adding patch 'libtracefs: New APIs for getting the raw format of > synth event'. > > - Number of fixes suggested by Steven in his review. > > > Yordan Karadzhov (VMware) (3): > libtracefs: Rename the 'tracefs_get_hist_*()' APIs > libtracefs: Add new API for getting synth event name I pulled in the above two patches. > libtracefs: New APIs for getting the raw format of synth event You only need to resend an update to the above. Thanks! -- Steve > > Documentation/libtracefs-hist.txt | 24 ++++- > Documentation/libtracefs-synth2.txt | 14 ++- > include/tracefs.h | 12 ++- > src/tracefs-hist.c | 132 +++++++++++++++++++++++----- > 4 files changed, 154 insertions(+), 28 deletions(-) >
On 9.12.21 г. 18:23 ч., Steven Rostedt wrote: > On Thu, 9 Dec 2021 12:45:21 +0200 > "Yordan Karadzhov (VMware)" <y.karadz@gmail.com> wrote: > >> Changes in v2: >> - Dropping patch 'libtracefs: New API for getting the raw format of a >> histogram'. This patch must be redesigned. >> >> - Adding patch 'libtracefs: New APIs for getting the raw format of >> synth event'. >> >> - Number of fixes suggested by Steven in his review. >> >> >> Yordan Karadzhov (VMware) (3): >> libtracefs: Rename the 'tracefs_get_hist_*()' APIs >> libtracefs: Add new API for getting synth event name > > I pulled in the above two patches. > >> libtracefs: New APIs for getting the raw format of synth event > > You only need to resend an update to the above. OK, thanks! Y. > > Thanks! > > -- Steve > >> >> Documentation/libtracefs-hist.txt | 24 ++++- >> Documentation/libtracefs-synth2.txt | 14 ++- >> include/tracefs.h | 12 ++- >> src/tracefs-hist.c | 132 +++++++++++++++++++++++----- >> 4 files changed, 154 insertions(+), 28 deletions(-) >> >