aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
ModeNameSize
d---------Perf-Trace-Util100logplain
-rwxr-xr-xarm-cs-trace-disasm.py8739logplain
d---------bin1708logplain
-rw-r--r--check-perf-trace.py2461logplain
-rw-r--r--compaction-times.py7922logplain
-rw-r--r--event_analyzing_sample.py7497logplain
-rw-r--r--export-to-postgresql.py39845logplain
-rw-r--r--export-to-sqlite.py24671logplain
-rwxr-xr-xexported-sql-viewer.py157284logplain
-rw-r--r--failed-syscalls-by-pid.py2173logplain
-rwxr-xr-xflamegraph.py6405logplain
-rw-r--r--futex-contention.py1717logplain
-rw-r--r--intel-pt-events.py13130logplain
-rw-r--r--libxed.py3395logplain
-rw-r--r--mem-phys-addr.py2446logplain
-rwxr-xr-xnet_dropmonitor.py1826logplain
-rw-r--r--netdev-times.py15383logplain
-rw-r--r--powerpc-hcalls.py4509logplain
-rw-r--r--sched-migration.py12095logplain
-rw-r--r--sctop.py2183logplain
-rwxr-xr-xstackcollapse.py4408logplain
-rw-r--r--stat-cpi.py2444logplain
-rw-r--r--syscall-counts-by-pid.py2055logplain
-rw-r--r--syscall-counts.py1673logplain
025bde'>tools lib api fs: Use str_error_r()Arnaldo Carvalho de Melo1-0/+1 To make it portable to non-glibc systems, that follow the XSI variant instead of the GNU specific one that gets in place when _GNU_SOURCE is defined. 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: Steven Rostedt <rostedt@goodmis.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-mixgnh3iyajuqogn2opsocdy@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> 2016-07-04tools lib api: Respect WERROR=0 for buildChris Phlipot1-1/+7 This enables the workaround for compilers that generate warnings when compiling libapi. Signed-off-by: Chris Phlipot <cphlipot0@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1467349955-1135-2-git-send-email-cphlipot0@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> 2016-06-03tools lib api: Respect CROSS_COMPILE for the linkerLucas Stach1-0/+1 This fixes cross compilation of libapi. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Cc: Jiri Olsa <jolsa@kernel.org> Cc: kernel@pengutronix.de Cc: patchwork-lst@pengutronix.de Link: http://lkml.kernel.org/r/1458235670-27341-1-git-send-email-l.stach@pengutronix.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> 2016-03-18tools: Move utilities.mak from perf to tools/scripts/Arnaldo Carvalho de Melo1-1/+1 As it is used by several other tools, better move it outside tools/perf. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wan