aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
ModeNameSize
-rw-r--r--compaction-times-record229logstatsplainblame
-rw-r--r--compaction-times-report210logstatsplainblame
-rw-r--r--event_analyzing_sample-record199logstatsplainblame
-rw-r--r--event_analyzing_sample-report129logstatsplainblame
-rw-r--r--export-to-postgresql-record205logstatsplainblame
-rw-r--r--export-to-postgresql-report669logstatsplainblame
-rw-r--r--export-to-sqlite-record202logstatsplainblame
-rw-r--r--export-to-sqlite-report658logstatsplainblame
-rw-r--r--failed-syscalls-by-pid-record109logstatsplainblame
-rw-r--r--failed-syscalls-by-pid-report258logstatsplainblame
-rwxr-xr-xflamegraph-record32logstatsplainblame
-rwxr-xr-xflamegraph-report117logstatsplainblame
-rw-r--r--futex-contention-record82logstatsplainblame
-rw-r--r--futex-contention-report129logstatsplainblame
-rw-r--r--gecko-record38logstatsplainblame
-rwxr-xr-xgecko-report240logstatsplainblame
-rw-r--r--intel-pt-events-record442logstatsplainblame
-rw-r--r--intel-pt-events-report154logstatsplainblame
-rw-r--r--mem-phys-addr-record464logstatsplainblame
-rw-r--r--mem-phys-addr-report128logstatsplainblame
-rwxr-xr-xnet_dropmonitor-record44logstatsplainblame
-rwxr-xr-xnet_dropmonitor-report132logstatsplainblame
-rw-r--r--netdev-times-record334logstatsplainblame
-rw-r--r--netdev-times-report176logstatsplainblame
-rw-r--r--powerpc-hcalls-record73logstatsplainblame
-rw-r--r--powerpc-hcalls-report81logstatsplainblame
-rw-r--r--sched-migration-record134logstatsplainblame
-rw-r--r--sched-migration-report122logstatsplainblame
-rw-r--r--sctop-record111logstatsplainblame
-rw-r--r--sctop-report484logstatsplainblame
-rwxr-xr-xstackcollapse-record190logstatsplainblame
-rwxr-xr-xstackcollapse-report146logstatsplainblame
-rw-r--r--syscall-counts-by-pid-record111logstatsplainblame
-rw-r--r--syscall-counts-by-pid-report256logstatsplainblame
-rw-r--r--syscall-counts-record111logstatsplainblame
-rw-r--r--syscall-counts-report241logstatsplainblame
-rwxr-xr-xtask-analyzer-record79logstatsplainblame
-rwxr-xr-xtask-analyzer-report125logstatsplainblame
r class='logheader'>2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan5-83/+80 Move the Cause.ExcCode trap code definitions from kvm_host.h to mipsregs.h, since they describe architectural bits rather than KVM specific constants, and change the prefix from T_ to EXCCODE_. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Gleb Natapov <gleb@kernel.org> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11891/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2016-01-24MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan1-2/+2 The module init and exit functions have no need to be global, so make them static. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Gleb Natapov <gleb@kernel.org> Cc: kvm@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11889/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2016-01-24MIPS: KVM: Refactor added offsetof()sJames Hogan1-7/+3 When calculating the offsets into the commpage for dynamically translated mtc0/mfc0 guest instructions, multiple offsetof()s are added together to find the offset of the specific register in the mips_coproc, within the commpage. Simplify each of these cases to a single offsetof() to find the offset of the specific register within the commpage. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Gleb Natapov <gleb@kernel.org> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11888/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2016-01-24MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan2-19/+19 Export symbols only to GPL modules to match other KVM symbols in virt/kvm/ and arch/*/kvm/. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Gleb Natapov <gleb@kernel.org> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11887/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan2-38/+0 The function kvm_mips_host_tlb_inv_index() is unused, so drop it completely. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Gleb Natapov <gleb@kernel.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11886/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2016-01-24MIPS: Move definition of DC bit to mipsregs.hJames Hogan2-3/+2 The CAUSEB_DC and CAUSEF_DC definitions used by KVM are defined in asm/kvm_host.h, but all the other Cause register field definitions are found in asm/mipsregs.h. Lets reunite the DC bit definitions with its friends in mipsregs.h. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Gleb Natapov <gleb@kernel.org> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11885/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2016-01-24MIPS: KVM: Drop some unused definitions from kvm_host.hJames Hogan1-5/+0 Some definitions in the MIPS asm/kvm_host.h are completely unused, so lets drop them. MS_TO_NS is no longer used since commit e30492bbe95a ("MIPS: KVM: Rewrite count/compare timer emulation"). The others don't appear ever to have been used. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Gleb Natapov <gleb@kernel.org> Cc: kvm@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11884/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan5-15/+14 A bunch of misc whitespace and style fixes within arch/mips/kvm/. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Gleb Natapov <gleb@kernel.org> Cc: kvm@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11883/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>