aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-30perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2-4/+17
2019-09-30perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo1-2/+2
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo6-8/+20
2019-09-30perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo1-1/+1
2019-09-30perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo1-1/+1
2019-09-30perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo1-1/+1
2019-09-30perf evsel: Fall back to global 'perf_env' in perf_evsel__env()Arnaldo Carvalho de Melo2-1/+8
2019-09-30perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo4-9/+13
2019-09-30perf jevents: Fix period for Intel fixed countersAndi Kleen1-6/+6
2019-09-30perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen1-1/+5
2019-09-30perf docs: Correct and clarify jitdump specSteve MacLean1-2/+2
2019-09-30perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean1-3/+3
2019-09-30perf map: Fix overlapped map handlingSteve MacLean1-0/+3
2019-09-30perf vendor events s390: Use s390 machine name instead of type 8561Thomas Richter6-1/+1
2019-09-30perf vendor events s390: Add JSON transaction for machine type 8561Thomas Richter1-0/+7
2019-09-30perf llvm: Don't access out-of-scope arrayIan Rogers1-3/+3
2019-09-30tools headers uapi: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2019-09-27perf docs: Allow man page date to be specifiedIan Rogers1-0/+3
2019-09-27perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers1-2/+1
2019-09-26perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo1-1/+1
2019-09-25perf parser: Remove needless include directivesArnaldo Carvalho de Melo1-3/+0
2019-09-25perf build: Add detection of java-11-openjdk-devel packageThomas Richter1-1/+1
2019-09-25perf jvmti: Include JVMTI support for s390Thomas Richter2-0/+4
2019-09-25perf vendor events: Remove P8 HW events which are not supportedMamatha Inamdar1-24/+0
2019-09-25perf evlist: Fix access of freed id arraysAndi Kleen1-1/+1
2019-09-25perf stat: Fix free memory access / memory leaks in metricsAndi Kleen1-2/+2
2019-09-25perf tools: Replace needless mmap.h with what is needed, event.hArnaldo Carvalho de Melo2-2/+2
2019-09-25perf evsel: Move config terms to a separate headerArnaldo Carvalho de Melo6-43/+54
2019-09-25perf evlist: Remove unused perf_evlist__fprintf() methodArnaldo Carvalho de Melo3-16/+1
2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo12-193/+218
2019-09-25perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo5-15/+16
2019-09-25perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo7-142/+164
2019-09-25libperf: Add perf_evlist__poll() functionJiri Olsa12-12/+19
2019-09-25libperf: Add perf_evlist__add_pollfd() functionJiri Olsa7-27/+28
2019-09-25libperf: Add perf_evlist__alloc_pollfd() functionJiri Olsa4-23/+25
2019-09-25libperf: Add libperf_init() call to the testsJiri Olsa4-0/+40
2019-09-25libperf: Merge libperf_set_print() into libperf_init()Jiri Olsa4-10/+10
2019-09-25libperf: Add libperf dependency for tests targetsJiri Olsa1-1/+1
2019-09-25libperf: Use sys/types.h to get ssize_t, not unistd.hArnaldo Carvalho de Melo2-1/+2
2019-09-25perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo2-1/+1
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa28-25/+36
2019-09-25libperf: Add perf_evlist__id_add_fd() functionJiri Olsa5-47/+50
2019-09-25libperf: Add perf_evlist__id_add() functionJiri Olsa6-26/+34
2019-09-25libperf: Add perf_evlist__read_format() functionJiri Olsa4-8/+10
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa32-129/+145
2019-09-25libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa8-67/+71
2019-09-25libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa4-11/+11
2019-09-25libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa8-15/+15
2019-09-25libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa9-22/+22
2019-09-25libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa5-11/+10