Home
last modified time | relevance | path

Searched refs:process_packets (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.cc539 PathTree::process_packets (Experiment *exp, DataView *packets, int data_type) in process_packets() function in PathTree
706 if (process_packets (experiment, prof_packet, DATA_CLOCK) == CANCELED) in add_experiment()
736 if (process_packets (experiment, sync_packet, DATA_SYNCH) == CANCELED) in add_experiment()
747 if (process_packets (experiment, iotrace_packet, DATA_IOTRACE) == CANCELED) in add_experiment()
758 if (process_packets (experiment, hwc_packet, DATA_HWC) == CANCELED) in add_experiment()
783 if (process_packets (experiment, heap_packet, DATA_HEAP) == CANCELED) in add_experiment()
794 if (process_packets (experiment, race_packet, DATA_RACE) == CANCELED) in add_experiment()
805 if (process_packets (experiment, deadlock_packet, DATA_DLCK) == CANCELED) in add_experiment()
H A DPathTree.h208 PtreePhaseStatus process_packets (Experiment*, DataView*, int);
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc539 PathTree::process_packets (Experiment *exp, DataView *packets, int data_type) in process_packets() function in PathTree
706 if (process_packets (experiment, prof_packet, DATA_CLOCK) == CANCELED) in add_experiment()
736 if (process_packets (experiment, sync_packet, DATA_SYNCH) == CANCELED) in add_experiment()
747 if (process_packets (experiment, iotrace_packet, DATA_IOTRACE) == CANCELED) in add_experiment()
758 if (process_packets (experiment, hwc_packet, DATA_HWC) == CANCELED) in add_experiment()
783 if (process_packets (experiment, heap_packet, DATA_HEAP) == CANCELED) in add_experiment()
794 if (process_packets (experiment, race_packet, DATA_RACE) == CANCELED) in add_experiment()
805 if (process_packets (experiment, deadlock_packet, DATA_DLCK) == CANCELED) in add_experiment()
H A DPathTree.h208 PtreePhaseStatus process_packets (Experiment*, DataView*, int);