diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-27 13:39:09 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-27 13:39:09 +0100 |
| commit | c52a755c5f20c1915745342036aacc1cdcdcb8a2 (patch) | |
| tree | ad96e606aa8b9f75474e43504e1e9fccf31661fc /tools/perf/util/session.h | |
| parent | 13c5e0be61b75c5a54d8df95def1bfedbcbf2673 (diff) | |
| parent | da85966dfd23a3b03e00ee3bce6ad301f0a2b229 (diff) | |
| download | linux-next-c52a755c5f20c1915745342036aacc1cdcdcb8a2.tar.gz linux-next-c52a755c5f20c1915745342036aacc1cdcdcb8a2.zip | |
Merge branch 'perf-tools-next' of https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git
Diffstat (limited to 'tools/perf/util/session.h')
| -rw-r--r-- | tools/perf/util/session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index d554e2a1a50e..ac5803d5fb4e 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h @@ -122,6 +122,8 @@ void perf_session__delete(struct perf_session *session); void perf_event_header__bswap(struct perf_event_header *hdr); +bool perf_event__too_small(const union perf_event *event, u32 *min); + int perf_session__peek_event(struct perf_session *session, off_t file_offset, void *buf, size_t buf_sz, union perf_event **event_ptr, |
