aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to display all the database tablesAdrian Hunter1-0/+694
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge fontAdrian Hunter1-0/+24
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to find symbols in the call-graphAdrian Hunter1-1/+305
2018-10-23perf scripts python: exported-sql-viewer.py: Add support for multiple sub-windowsAdrian Hunter1-9/+173
2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter4-6/+6
2018-10-23perf scripts python: call-graph-from-sql.py: Refactor TreeItem classAdrian Hunter1-140/+133
2018-10-23perf scripts python: call-graph-from-sql.py: Add data helper functionsAdrian Hunter1-25/+29
2018-10-23perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from TreeModelAdrian Hunter1-29/+61
2018-10-23perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()Adrian Hunter1-1/+0
2018-10-23perf scripts python: call-graph-from-sql.py: Add a class for global dataAdrian Hunter1-5/+21
2018-10-23perf scripts python: call-graph-from-sql.py: Separate the database details into a classAdrian Hunter1-25/+38
2018-10-23perf scripts python: call-graph-from-sql.py: Make a "Main" functionAdrian Hunter1-1/+6
2018-10-23perf scripts python: call-graph-from-sql.py: Change iconAdrian Hunter1-3/+1
2018-10-23perf scripts python: call-graph-from-sql.py: Set a minimum window sizeAdrian Hunter1-0/+1
2018-10-23perf scripts python: call-graph-from-sql.py: Provide better default column sizesAdrian Hunter1-0/+3
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds77-1996/+3579
2018-10-22perf scripts python: call-graph-from-sql.py: Use SPDX license identifierAdrian Hunter1-11/+3
2018-10-22perf trace: Introduce per-event maximum number of events propertyArnaldo Carvalho de Melo3-2/+38
2018-10-22perf script: Flush output stream after events in verbose modeMilian Wolff1-0/+3
2018-10-22perf script: Allow extended console debug outputMilian Wolff1-1/+3
2018-10-22perf stat: Poll for monitored tasks being aliveJiri Olsa1-0/+24
2018-10-22perf trace: Drop thread refcount in trace__event_handler()Arnaldo Carvalho de Melo1-1/+1
2018-10-22perf trace: Drop addr_location refcountsArnaldo Carvalho de Melo1-3/+5
2018-10-22perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo3-7/+19
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-12/+3
2018-10-19tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann1-12/+3
2018-10-19perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo5-0/+17
2018-10-19perf trace: Introduce --max-eventsArnaldo Carvalho de Melo2-0/+68
2018-10-19perf arm64: Fix generate system call table failed with /tmp mounted with noexecHongxu Jia1-1/+1
2018-10-19Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+1
2018-10-18perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller1-1/+11
2018-10-18perf jitdump: Add Sparc support.David Miller2-0/+8
2018-10-18perf annotate: Add Sparc supportDavid Miller2-0/+177
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov5-2/+48
2018-10-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo9-43/+35
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo1-19/+2
2018-10-16perf tools: Pass build flags to traceevent buildJiri Olsa1-1/+1
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff1-0/+3
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller1-0/+1
2018-10-16perf tools: Fix use of alternatives to find JDIRJarod Wilson1-1/+1
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpusJiri Olsa2-0/+4
2018-10-11perf vendor events intel: Fix wrong filter_band* values for uncore eventsJiri Olsa2-16/+16
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa1-6/+7
2018-10-09Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar10-24/+57
2018-10-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-4/+19
2018-10-09Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras1-1/+0
2018-10-09KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras1-1/+0
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a local header fileTzvetomir Stoyanov2-11/+16
2018-10-08perf python: More portable way to make CFLAGS work with clangEduardo Habkost1-6/+8
2018-10-08perf python: Make clang_has_option() work on Python 3Eduardo Habkost1-1/+1