#ifndef SMPI_PRIVATE_HPP
#define SMPI_PRIVATE_HPP
+#include "src/instr/instr_smpi.h"
+
#ifdef HAVE_PAPI
typedef
std::vector<std::pair</* counter name */std::string, /* counter value */long long>> papi_counter_t;
extern std::map<std::string, double> location2speedup;
#endif
+
+/**
+ * \brief Returns the last call location (filename, linenumber). Process-specific.
+ */
+XBT_PUBLIC(smpi_trace_call_location_t*) smpi_process_get_call_location(void);
+XBT_PUBLIC(smpi_trace_call_location_t*) smpi_trace_get_call_location();