• Philipp Zabel's avatar
    [media] coda: Add tracing support · 9a1a8f99
    Philipp Zabel authored
    This patch adds tracepoints to the coda driver that can be used together
    with the v4l2:v4l2_qbuf and v4l2:v4l2_dqbuf tracepoints to to follow video
    frames through the mem2mem device.
    
    For encoding with the BIT processor:
        coda:coda_enc_pic_run
        coda:coda_enc_pic_done
    
    For decoding with the BIT processor:
        coda:coda_bit_queue
        coda:coda_dec_pic_run
        coda:coda_dec_pic_done
        coda:coda_dec_rot_done
    
    Additionally, two low level tracepoints register whenever the BIT processor
    is started and returns:
        coda:coda_bit_run
        coda:coda_bit_done
    Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
    Signed-off-by: default avatarKamil Debski <k.debski@samsung.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
    9a1a8f99
coda.h 7.24 KB