|
[oprof-cvs] CVS: oprofile/module/x86 op_model_ppro.c,1.2,1.2.2.1
From: Philippe Elie <phil_e@us...> - 2002-11-30 18:46
|
Update of /cvsroot/oprofile/oprofile/module/x86
In directory sc8-pr-cvs1:/tmp/cvs-serv21117/module/x86
Modified Files:
Tag: branch-dbhash-1
op_model_ppro.c
Log Message:
remove module hashtable, replace libdb B-tree by a growable hash table
regards,
Phil
Index: op_model_ppro.c
===================================================================
RCS file: /cvsroot/oprofile/oprofile/module/x86/op_model_ppro.c,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- op_model_ppro.c 14 Nov 2002 00:56:02 -0000 1.2
+++ op_model_ppro.c 30 Nov 2002 18:46:46 -0000 1.2.2.1
@@ -89,6 +89,7 @@
if (CTR_OVERFLOWED(low)) {
op_do_profile(cpu, regs, i);
CTR_WRITE(oprof_data[cpu].ctr_count[i], msrs, i);
+ break;
}
}
}
|
| Thread | Author | Date |
|---|---|---|
| [oprof-cvs] CVS: oprofile/module/x86 op_model_ppro.c,1.2,1.2.2.1 | Philippe Elie <phil_e@us...> |