aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2017-04-11perf string: Simplify ltrim() implementationArnaldo Carvalho de Melo
2017-04-11perf tools: Refactor the code to strip command name with {l,r}trim()Taeung Song
2017-04-11perf pmu: Refactor wordwrap() with ltrim()Taeung Song
2017-04-11perf evsel: Return exact sub event which failed with EPERM for wildcardsJin Yao
2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo
2017-04-04perf annotate: Fix missing number of samples for source_line_samplesTaeung Song
2017-04-04perf tools: Don't die on a print functionArnaldo Carvalho de Melo
2017-04-04perf tools: Handle allocation failures gracefullyArnaldo Carvalho de Melo
2017-03-31perf tools: Do not fail in case of empty HOME env variableJiri Olsa
2017-03-30perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King
2017-03-28perf report: Drop cycles 0 for LBR printJin Yao
2017-03-28perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo
2017-03-28Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-03-27perf utils: Readlink /proc/self/exe to find the perf binaryTommi Rantala
2017-03-27perf utils: Null terminate buf in read_ftrace_printk()Tommi Rantala
2017-03-27perf utils: use sizeof(buf) - 1 in readlink() callTommi Rantala
2017-03-27perf buildid: Do not assume that readlink() returns a null terminated stringTommi Rantala
2017-03-27perf buildid: Do not update SDT cache with null filenameTommi Rantala
2017-03-27perf annotate: Fix a bug of division by zero when calculating percentTaeung Song
2017-03-27perf annotate: Fix a bug following symbolic link of a build-id fileTaeung Song
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff
2017-03-27perf report: Show inline stack for browser modeJin Yao
2017-03-27perf report: Introduce --inline optionJin Yao
2017-03-27perf report: Find the inline stack for a given addressJin Yao
2017-03-27perf report: Refactor common code in srcline.cJin Yao
2017-03-27perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter
2017-03-23perf list: Move extra details printing to new optionAndi Kleen
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen
2017-03-23perf list: Support printing MetricExpr with --debugAndi Kleen
2017-03-23perf stat: Output JSON MetricExpr metricAndi Kleen
2017-03-23perf pmu: Support MetricExpr header in JSON event listAndi Kleen
2017-03-23perf tools: Add a simple expression parser for JSONAndi Kleen
2017-03-21perf pmu: Special case uncore_ prefixAndi Kleen
2017-03-21perf pmu: Expand PMU events by prefix matchAndi Kleen
2017-03-21perf tools: Factor out PMU matching in parserAndi Kleen
2017-03-21perf stat: Collapse identically named eventsAndi Kleen
2017-03-21perf annotate: Add comment clarifying how the source code line is parsedArnaldo Carvalho de Melo
2017-03-21perf annotate: More exactly grep -v of the objdump commandTaeung Song
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont
2017-03-21perf sdt: Add scanning of sdt probes argumentsAlexis Berlemont
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria
2017-03-20perf probe: Fix concat_probe_trace_eventsRavi Bangoria
2017-03-17perf tools: Handle partial AUX records and print a warningAlexander Shishkin
2017-03-17perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-15perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian