Implement tracing infrastructure in libcamera. It takes .tp files, as required by lttng, and generates a tracepoint header and C file, as lttng requires. meson is updated accordingly to get it to compile with the rest of libcamera. Update the documentation accordingly. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
14 lines
343 B
Meson
14 lines
343 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
subdir('ipu3')
|
|
subdir('tracepoints')
|
|
|
|
## Code generation
|
|
py_modules += ['yaml']
|
|
gen_controls = files('gen-controls.py')
|
|
gen_formats = files('gen-formats.py')
|
|
gen_header = files('gen-header.sh')
|
|
|
|
## Module signing
|
|
gen_ipa_priv_key = files('gen-ipa-priv-key.sh')
|
|
gen_ipa_pub_key = files('gen-ipa-pub-key.py')
|