mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
exp-dhat Char/HChar fixes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13063
This commit is contained in:
parent
d05961d0bd
commit
2154a2cde6
@ -1031,7 +1031,7 @@ IRSB* dh_instrument ( VgCallbackClosure* closure,
|
||||
// FORWARDS
|
||||
static Bool identify_metric ( /*OUT*/ULong(**get_metricP)(APInfo*),
|
||||
/*OUT*/Bool* increasingP,
|
||||
Char* metric_name );
|
||||
HChar* metric_name );
|
||||
|
||||
static Int clo_show_top_n = 10;
|
||||
static HChar* clo_sort_by = "max-bytes-live";
|
||||
@ -1184,7 +1184,7 @@ static ULong get_metric__max_blocks_live ( APInfo* api ) {
|
||||
string could not be identified.*/
|
||||
static Bool identify_metric ( /*OUT*/ULong(**get_metricP)(APInfo*),
|
||||
/*OUT*/Bool* increasingP,
|
||||
Char* metric_name )
|
||||
HChar* metric_name )
|
||||
{
|
||||
if (0 == VG_(strcmp)(metric_name, "max-bytes-live")) {
|
||||
*get_metricP = get_metric__max_bytes_live;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user