mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
pmcstat top mode + -I - use fully qualified address
This commit is contained in:
parent
2e09fe9116
commit
4bd2a4b58e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334133
@ -495,7 +495,7 @@ pmcstat_cgnode_topprint(struct pmcstat_cgnode *cg,
|
||||
pmcstat_string_unintern(sym->ps_name));
|
||||
} else
|
||||
snprintf(ns, sizeof(ns), "%p",
|
||||
(void *)cg->pcg_func);
|
||||
(void *)(cg->pcg_image->pi_vaddr + cg->pcg_func));
|
||||
|
||||
PMCSTAT_ATTRON(v_attrs);
|
||||
PMCSTAT_PRINTW("%5.5s", vs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user