summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | perf trace: Add the syscall_arg_fmt pointer to syscall_argArnaldo Carvalho de Melo2019-10-072-22/+26
* | perf trace: Move some scnprintf methods from syscall to syscall_arg_fmtArnaldo Carvalho de Melo2019-10-071-12/+13
* | perf trace: Allocate an array of beautifiers for tracepoint argsArnaldo Carvalho de Melo2019-10-071-1/+16
* | perf trace: Factor out the initialization of syscal_arg_fmt->scnprintfArnaldo Carvalho de Melo2019-10-071-10/+18
* | perf script: Allow --time with --reltimeAndi Kleen2019-10-071-5/+0
* | perf tools: Make usage of test_attr__* optional for perf-sys.hBjörn Töpel2019-10-071-2/+4
* | perf scripts python: exported-sql-viewer.py: Add Time chart by CPUAdrian Hunter2019-10-071-2/+1331
* | perf scripts python: exported-sql-viewer.py: Add ability for Call tree to ope...Adrian Hunter2019-10-071-1/+43
* | perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_timeAdrian Hunter2019-10-071-7/+8
* | perf scripts python: exported-sql-viewer.py: Add global time range calculationsAdrian Hunter2019-10-071-4/+109
* | perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayoutAdrian Hunter2019-10-071-10/+31
* | perf scripts python: exported-sql-viewer.py: Add LookupModel()Adrian Hunter2019-10-071-0/+9
* | perf trace augmented_syscalls: Do not show syscalls when none was asked forArnaldo Carvalho de Melo2019-10-071-10/+95
* | perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose ...Arnaldo Carvalho de Melo2019-10-071-9/+22
* | perf trace: Generalize the syscall_fmt find routinesArnaldo Carvalho de Melo2019-10-071-5/+16
* | perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variableArnaldo Carvalho de Melo2019-10-071-2/+4
* | perf trace: Make evlist__set_evsel_handler() affect just entries without a ha...Arnaldo Carvalho de Melo2019-10-071-4/+6
* | perf evlist: Adopt __set_tracepoint_handlers method from perf_sessionArnaldo Carvalho de Melo2019-10-074-34/+32
* | perf top: Initialize perf_env->cpuid, needed by the per arch annotation init ...Arnaldo Carvalho de Melo2019-10-071-0/+11
* | perf env: Add routine to read the env->cpuid from the running machineArnaldo Carvalho de Melo2019-10-072-0/+17
|/
* perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-09-302-4/+17
* perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-09-301-2/+2
* perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-306-8/+20
* perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-09-301-1/+1
* perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-09-301-1/+1
* perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo2019-09-301-1/+1
* perf evsel: Fall back to global 'perf_env' in perf_evsel__env()Arnaldo Carvalho de Melo2019-09-302-1/+8
* perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo2019-09-304-9/+13
* perf jevents: Fix period for Intel fixed countersAndi Kleen2019-09-301-6/+6
* perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen2019-09-301-1/+5
* perf docs: Correct and clarify jitdump specSteve MacLean2019-09-301-2/+2
* perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean2019-09-301-3/+3
* perf map: Fix overlapped map handlingSteve MacLean2019-09-301-0/+3
* perf vendor events s390: Use s390 machine name instead of type 8561Thomas Richter2019-09-306-1/+1
* perf vendor events s390: Add JSON transaction for machine type 8561Thomas Richter2019-09-301-0/+7
* perf llvm: Don't access out-of-scope arrayIan Rogers2019-09-301-3/+3
* tools headers uapi: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2019-09-301-0/+1
* perf docs: Allow man page date to be specifiedIan Rogers2019-09-271-0/+3
* perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers2019-09-271-2/+1
* perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo2019-09-261-1/+1
* perf parser: Remove needless include directivesArnaldo Carvalho de Melo2019-09-251-3/+0
* perf build: Add detection of java-11-openjdk-devel packageThomas Richter2019-09-251-1/+1
* perf jvmti: Include JVMTI support for s390Thomas Richter2019-09-252-0/+4
* perf vendor events: Remove P8 HW events which are not supportedMamatha Inamdar2019-09-251-24/+0
* perf evlist: Fix access of freed id arraysAndi Kleen2019-09-251-1/+1
* perf stat: Fix free memory access / memory leaks in metricsAndi Kleen2019-09-251-2/+2
* perf tools: Replace needless mmap.h with what is needed, event.hArnaldo Carvalho de Melo2019-09-252-2/+2
* perf evsel: Move config terms to a separate headerArnaldo Carvalho de Melo2019-09-256-43/+54
* perf evlist: Remove unused perf_evlist__fprintf() methodArnaldo Carvalho de Melo2019-09-253-16/+1
* perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo2019-09-2512-193/+218
OpenPOWER on IntegriCloud