summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf trace: Remove union from syscalltbl, all the fields are neededArnaldo Carvalho de Melo2020-05-291-8/+6
* perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variableArnaldo Carvalho de Melo2020-05-292-11/+16
* perf build: Group the NO_SYSCALL_TABLE logicArnaldo Carvalho de Melo2020-05-291-8/+15
* perf intel-pt: Refine kernel decoding only warning messageAdrian Hunter2020-05-281-1/+2
* perf record: Respect --no-switch-eventsAdrian Hunter2020-05-285-5/+16
* perf script: Fix --call-trace for Intel PTAdrian Hunter2020-05-281-4/+15
* perf evlist: Disable 'immediate' events lastAdrian Hunter2020-05-281-10/+21
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-05-281-0/+7
* perf jvmti: Fix demangling Java symbolsNick Gasson2020-05-281-6/+7
* perf tests: Add test for the java demanglerNick Gasson2020-05-284-0/+48
* perf jvmti: Do not report error when missing debug informationNick Gasson2020-05-281-2/+11
* perf jvmti: Fix jitdump for methods without debug infoNick Gasson2020-05-281-11/+0
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-05-284-0/+20
* perf parse: Add 'struct parse_events_state' pointer to scannerJiri Olsa2020-05-283-10/+14
* perf stat: Do not pass avg to generic_metricJiri Olsa2020-05-281-8/+2
* perf tests: Consider subtests when searching for user specified testsJiri Olsa2020-05-281-8/+26
* perf list: Add metrics to command line usageIan Rogers2020-05-281-1/+1
* perf script: Don't force less for non tty output with --xedAndi Kleen2020-05-281-1/+4
* perf metricgroup: Remove unnecessary ',' from eventsIan Rogers2020-05-281-2/+7
* perf metricgroup: Add options to not group or mergeIan Rogers2020-05-285-19/+87
* perf metricgroup: Remove duped metric group eventsIan Rogers2020-05-281-29/+62
* perf metricgroup: Order event groups by sizeIan Rogers2020-05-281-1/+15
* perf metricgroup: Delay events string creationIan Rogers2020-05-281-12/+21
* perf metricgroup: Use early return in add_metricIan Rogers2020-05-281-7/+15
* perf metricgroup: Always place duration_time lastIan Rogers2020-05-281-9/+9
* perf metricgroup: Free metric_events on errorIan Rogers2020-05-281-0/+3
* perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin2020-05-281-1/+1
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-05-281-1/+1
* perf ftrace: Detect workload failureChangbin Du2020-05-281-2/+11
* perf ftrace: Trace system wide if no target is givenChangbin Du2020-05-281-1/+1
* perf branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf config: Add stat.big-num supportPaul A. Clarke2020-05-285-1/+29
* perf bpf-loader: Add missing '*' for key_scan_posWang ShaoBo2020-05-281-1/+1
* perf stat: Report summary for interval modeJin Yao2020-05-283-5/+29
* perf stat: Save aggr value to first member of prev_raw_countsJin Yao2020-05-282-0/+21
* perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao2020-05-282-0/+25
* perf counts: Reset prev_raw_counts countsJin Yao2020-05-283-6/+6
* perf stat: Fix wrong per-thread runtime stat for interval modeJin Yao2020-05-281-29/+41
* perf expr: Allow numbers to be followed by a dotIan Rogers2020-05-282-1/+2
* perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers2020-05-281-10/+8
* perf stat: Fail on extra comma while parsing eventsJiri Olsa2020-05-282-1/+4
* perf script: Better align register values in dumpPaul A. Clarke2020-05-281-1/+1
* perf stat: POWER9 metrics: expand "ICT" acronymPaul A. Clarke2020-05-281-10/+10
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-2814-18/+18
* perf intel-pt: Use allocated branch stack for PEBS sampleAdrian Hunter2020-05-281-18/+13
* perf docs: Introduce security.txt file to document related issuesAlexey Budankov2020-05-281-0/+237
* perf tool: Make perf tool aware of SELinux access controlAlexey Budankov2020-05-282-17/+26
* perf docs: Extend CAP_SYS_ADMIN with CAP_PERFMON where neededAlexey Budankov2020-05-281-1/+1
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-287-190/+200
* perf tools: Grab a copy of libbpf's hashmapIan Rogers2020-05-284-0/+422