]> asedeno.scripts.mit.edu Git - linux.git/commit
perf evlist: Allow asking for max precise_ip in add_default()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 3 Jul 2017 16:10:20 +0000 (13:10 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Jul 2017 02:14:12 +0000 (23:14 -0300)
commitdb918acb356b8770a0fafbe96743031a56b91af6
tree8b244ba369c34d214db13cff8f0c0839e9b31f35
parent30269dc1a17df5117a2e267835863d4466c3569d
perf evlist: Allow asking for max precise_ip in add_default()

There are cases where we want to leave attr.precise_ip as zero, such
as when using 'perf record --no-samples', where this would make the
kernel return -EINVAL.

Cc: Adrian Hunter <adrian.hunter@intel.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-0u2m2a8rqw781r6m8svqyne8@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c
tools/perf/util/evlist.h