Skip to content

Rust ittapi-sys bindings out of date, bindgen-up-to-date.rs possibly broken. #139

@codecnotsupported

Description

@codecnotsupported

I recently discovered Intel Vtune https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2024-0/anomaly-detection-analysis.html
It required the following functions to be integrated with the application:

__itt_mark_pt_region_begin(region);
__itt_mark_pt_region_end(region);

But they're not available in the rust ittapi(-sys) bindings.
I tried regenerating with BLESS=1 but the functions didn't show up.
Any chance bindgen-up-to-date.rs is broken?

Off note:
Most functions in the public API have a ITTAPI which seem to be missing here for both of these functions. Not sure if this is relevant or problematic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions