Billing and Revenue Management (MOSC)

MOSC Banner

Usage of opstack functions from cm_fm.h

edited Jun 25, 2019 1:05AM in Billing and Revenue Management (MOSC) 2 commentsAnswered

Dear Team,

I want to use below functions defined in cm_fm.h in my custom opcode to know the time taken by each opcode in milli secs and store it in a custom table

EXPORT_OP void pin_opstack_to_str(

        cm_op_info_t*           coip,

        char**                  strpp,

        int*                    lenp,

        pin_errbuf_t*           ebufp);

Please let me know how to call pin_opstack_to_str() function in my custom opcode. I couldn't find much information in documentation on its usage.

Does functions define with EXPORT_OP needs any additional steps to call from my custom opcode ?

I tried calling below, but opcode execution stops at this function and not going further.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center