diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-15 15:05:19 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-15 15:08:29 +0200 |
commit | 8811e8ea14c1056b09c794c67836b8a84584ddef (patch) | |
tree | 6c4f9c7b74450593c4063c9545e84e641a3d22f9 /tools/perf/util | |
parent | tools: Make "__always_inline" just "inline" on Android (diff) | |
download | linux-8811e8ea14c1056b09c794c67836b8a84584ddef.tar.xz linux-8811e8ea14c1056b09c794c67836b8a84584ddef.zip |
perf tools: Just pr_debug() about not being able to read cacheline_size
So far the cacheline_size is only useful for the "dcacheline" --sort
order, i.e. if that is not used, which is the norm, then the user
shouldn't care that he is running this, say, on an Android system where
sysconf(_SC_LEVEL1_DCACHE_LINESIZE) and the
/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size sysfs file
isn't available.
An upcoming patch will emit an warning only for "--sort ...,dcacheline,...".
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Chris Phlipot <cphlipot0@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-580cnkvftunyvt9n7unsholi@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util')
0 files changed, 0 insertions, 0 deletions