summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2026-06-16 22:37:09 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2026-06-16 22:37:09 +0300
commite22a4228546f7220d0425630abf703fd2ef7c600 (patch)
treee3350c290eb3f6ca3ce088f3bc1fe5b853f75753 /scripts/Makefile.thinlto
parent542e88a4c6f7b6edd1326ce767d4cb3c2ea9d61d (diff)
downloadlinux-e22a4228546f7220d0425630abf703fd2ef7c600.tar.xz
perf evsel: Add no-libtraceevent stubs for evsel__field() and evsel__common_field()
When building without libtraceevent (NO_LIBTRACEEVENT=1), evsel__field() and evsel__common_field() are declared but never defined, causing link errors in any code path that references them. Add inline stubs that return NULL when HAVE_LIBTRACEEVENT is not defined, matching the pattern used by other evsel accessor functions. Cc: Aaron Tomlin <atomlin@atomlin.com> Assisted-by: Claude:claude-opus-4.6 Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions