svn commit: r307384 - head/usr.sbin/pmcstat

Mark Johnston markj at FreeBSD.org
Sat Oct 15 23:46:57 UTC 2016


Author: markj
Date: Sat Oct 15 23:46:55 2016
New Revision: 307384
URL: https://svnweb.freebsd.org/changeset/base/307384

Log:
  Remove an unused field from struct pmcstat_image.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/pmcstat/pmcstat_log.h

Modified: head/usr.sbin/pmcstat/pmcstat_log.h
==============================================================================
--- head/usr.sbin/pmcstat/pmcstat_log.h	Sat Oct 15 22:49:04 2016	(r307383)
+++ head/usr.sbin/pmcstat/pmcstat_log.h	Sat Oct 15 23:46:55 2016	(r307384)
@@ -76,7 +76,6 @@ enum pmcstat_image_type {
 
 struct pmcstat_image {
 	LIST_ENTRY(pmcstat_image) pi_next;	/* hash link */
-	TAILQ_ENTRY(pmcstat_image) pi_lru;	/* LRU list */
 	pmcstat_interned_string	pi_execpath;    /* cookie */
 	pmcstat_interned_string pi_samplename;  /* sample path name */
 	pmcstat_interned_string pi_fullpath;    /* path to FS object */


More information about the svn-src-head mailing list