perf tools: Configurable per thread proc map processing time out
The time out to limit the individual proc map processing was hard code to 500ms. This patch introduce a new option --proc-map-timeout to make the time limit configurable. Signed-off-by:Kan Liang <kan.liang@intel.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: David Ahern <dsahern@gmail.com> Cc: Ying Huang <ying.huang@intel.com> Link: http://lkml.kernel.org/r/1434549071-25611-2-git-send-email-kan.liang@intel.com Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/Documentation/perf-kvm.txt 6 additions, 0 deletionstools/perf/Documentation/perf-kvm.txt
- tools/perf/Documentation/perf-record.txt 5 additions, 0 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Documentation/perf-top.txt 6 additions, 0 deletionstools/perf/Documentation/perf-top.txt
- tools/perf/Documentation/perf-trace.txt 5 additions, 0 deletionstools/perf/Documentation/perf-trace.txt
- tools/perf/builtin-kvm.c 4 additions, 1 deletiontools/perf/builtin-kvm.c
- tools/perf/builtin-record.c 5 additions, 1 deletiontools/perf/builtin-record.c
- tools/perf/builtin-top.c 4 additions, 1 deletiontools/perf/builtin-top.c
- tools/perf/builtin-trace.c 5 additions, 1 deletiontools/perf/builtin-trace.c
- tools/perf/perf.h 1 addition, 0 deletionstools/perf/perf.h
- tools/perf/tests/code-reading.c 1 addition, 1 deletiontools/perf/tests/code-reading.c
- tools/perf/tests/dwarf-unwind.c 1 addition, 1 deletiontools/perf/tests/dwarf-unwind.c
- tools/perf/tests/mmap-thread-lookup.c 2 additions, 2 deletionstools/perf/tests/mmap-thread-lookup.c
- tools/perf/util/event.c 23 additions, 13 deletionstools/perf/util/event.c
- tools/perf/util/event.h 6 additions, 3 deletionstools/perf/util/event.h
- tools/perf/util/machine.c 4 additions, 3 deletionstools/perf/util/machine.c
- tools/perf/util/machine.h 6 additions, 3 deletionstools/perf/util/machine.h
- tools/perf/util/session.c 3 additions, 1 deletiontools/perf/util/session.c
Please register or sign in to comment