lkml.org 
[lkml]   [2015]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/3] perf callchain: Stop resolving callchains after invalid address
Hi David,

On Thu, Nov 26, 2015 at 06:14:57AM -0700, David Ahern wrote:
> On 11/26/15 12:08 AM, Namhyung Kim wrote:
> >@@ -528,11 +529,16 @@ int main(int argc, const char **argv)
> > {
> > const char *cmd;
> > char sbuf[STRERR_BUFSIZE];
> >+ int min_addr;
> >
> > /* The page_size is placed in util object. */
> > page_size = sysconf(_SC_PAGE_SIZE);
> > cacheline_size = sysconf(_SC_LEVEL1_DCACHE_LINESIZE);
> >
> >+ if (sysctl__read_int("vm/mmap_min_addr", &min_addr) < 0)
>
> This assumes the record and analysis are done on the same system.

Right. Maybe we can just use minimal size (or page size?) or save and
pass it through somewhere in the feature bit?

Thanks,
Namhyung


\
 
 \ /
  Last update: 2015-11-26 16:21    [W:2.016 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site