mcGDB
01, Jul 2016
  • Installation
  • Extending mcGDB
  • mcGDB Module for OpenMP
  • Python Programming Interface
    • Generic Toolset
    • Model-Specific Toolsets
      • Task-Based Models
        • Task package
        • Interaction package
        • P2012 Task-Based Environments
      • GPU-Based Models
  • Performance Evaluation of Breakpoint-Based Runtime-Information Capture
  • Low-level Tracing
  • Example: mcGDB support from scratch
mcGDB
  • Docs »
  • Python Programming Interface »
  • Task package »
  • Environment package »
  • P2012 package »
  • NPM package »
  • Capture package »
  • Link package

Link package¶

npm_instantiate_dmabuffer module¶

class mcgdb.model.task.environment.p2012.npm.capture.link.npm_instantiate_dmabuffer.NPM_instantiateDMABufferBreakpoint(spec, is_push)[source]¶

Bases: mcgdb.capture.FunctionBreakpoint

add_return_values(data)[source]¶

ret = LOC(bufferId, consumComp, consumerInputItf, bufferSize, nbBuffer)

func_type = <function type: Definition>¶
get_parameters()[source]¶

LOC(bufferId, consumComp, consumerInputItf, bufferSize, nbBuffer)

prepare_before()[source]¶
mcgdb.model.task.environment.p2012.npm.capture.link.npm_instantiate_dmabuffer.initialize()[source]¶

npm_instantiate_fifobuffer module¶

class mcgdb.model.task.environment.p2012.npm.capture.link.npm_instantiate_fifobuffer.NPM_instantiateFifoBufferBreakpoint[source]¶

Bases: mcgdb.capture.FunctionBreakpoint

add_return_values(data)[source]¶
ret = NPM_instantiateFIFOBuffer(bufferId, consumComp,
consumerInputItf, bufferSize, nbBuffer)
func_type = <function type: Definition>¶
get_parameters()[source]¶
NPM_instantiateFIFOBuffer(bufferId, consumComp, consumerInputItf,
producerComp, consumerOutputItf, bufferSize, nbBuffer)
prepare_before()[source]¶
mcgdb.model.task.environment.p2012.npm.capture.link.npm_instantiate_fifobuffer.initialize()[source]¶
Next Previous

Built with Sphinx using a theme provided by Read the Docs.