Skip to content

src: fix LTTNG tracepoint macros

Rodrigo Muino Tomonari requested to merge github/fork/joshgav/fix-lttng into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

src

Description of change

Closing parentheses from TRACEPOINT_EVENT were removed accidentally in #7462, specifically f1d2792c. As a result, building following ./configure --with-lttng fails.

This PR simply adds closing parentheses to the LTTNG tracepoint definitions to fix this.

Merge request reports

Loading