summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2019-07-26perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek1-1/+1
2019-07-26perf stat: Fix group lookup for metric groupAndi Kleen1-12/+35
2019-07-26perf stat: Don't merge events in the same PMUAndi Kleen1-1/+2
2019-07-26perf stat: Fix metrics with --no-mergeAndi Kleen1-1/+17
2019-07-26perf stat: Make metric event lookup more robustAndi Kleen1-2/+3
2019-07-26perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2-2/+2
2019-07-26perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo1-1/+7
2019-07-26perf report: Fix OOM error in TUI mode on s390Thomas Richter1-3/+2
2019-07-26perf test 6: Fix missing kvm module load for s390Thomas Richter1-0/+27
2019-07-26perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier1-4/+123
2019-07-26perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa1-2/+2
2019-07-26perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo1-2/+3
2019-07-14perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu1-0/+1
2019-07-14perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter1-1/+29
2019-07-14perf pmu: Fix uncore PMU alias list for ARM64John Garry1-16/+12
2019-07-14perf intel-pt: Fix itrace defaults for perf script intel-pt documentationAdrian Hunter1-5/+5
2019-07-14perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter1-1/+2
2019-07-14perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter1-1/+2
2019-06-22perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter1-3/+6
2019-06-22perf namespace: Protect reading thread's namespaceNamhyung Kim1-2/+13
2019-06-22perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden1-1/+1
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter1-1/+4
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter1-3/+10
2019-05-25perf intel-pt: Fix instructions sampling rateAdrian Hunter1-3/+10
2019-05-02perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo1-1/+0
2019-05-02tools build: Add -ldl to the disassembler-four-args feature testArnaldo Carvalho de Melo1-1/+1
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan1-5/+3
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan1-5/+1
2019-05-02perf report: Report OOM in status line in the GTK UIThomas Richter1-3/+5
2019-05-02perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo1-0/+4
2019-05-02perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo1-4/+4
2019-05-02perf bpf: Return value with unlocking in perf_env__find_btf()Bo YU1-1/+1
2019-04-17perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()Jiri Olsa1-1/+3
2019-04-17perf tools: Fix map reference countingJiri Olsa1-3/+1
2019-04-17perf evlist: Fix side band thread drainingJiri Olsa1-5/+9
2019-04-17perf tools: Check maps for bpf programsSong Liu2-1/+19
2019-04-17perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in...Jiri Olsa1-1/+3
2019-04-16perf top: Always sample time to satisfy needs of use of ordered queuingJiri Olsa1-0/+1
2019-04-16perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)Mao Han1-6/+6
2019-04-16perf stat: Disable DIR_FORMAT feature for 'perf stat record'Jiri Olsa1-0/+1
2019-04-16perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_viewAdrian Hunter1-1/+1
2019-04-16perf header: Fix lock/unlock imbalances when processing BPF/BTF infoGustavo A. R. Silva1-9/+13
2019-03-28perf pmu: Fix parser error for uncore event aliasKan Liang1-0/+10
2019-03-28perf scripts python: exported-sql-viewer.py: Fix python3 supportAdrian Hunter1-4/+13
2019-03-28perf scripts python: exported-sql-viewer.py: Fix never-ending loopAdrian Hunter1-10/+50
2019-03-28perf machine: Update kernel map address and re-order properlyWei Li1-12/+20
2019-03-28tools headers: Update x86's syscall_64.tbl and uapi/asm-generic/unistdArnaldo Carvalho de Melo1-0/+4
2019-03-28tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.hArnaldo Carvalho de Melo3-6/+14
2019-03-28perf evsel: Fix max perf_event_attr.precise_ip detectionJiri Olsa3-44/+59
2019-03-28perf intel-pt: Fix TSC slipAdrian Hunter1-12/+8