aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-06perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers2-2/+3
2020-03-03perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo1-7/+6
2020-03-02perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo1-8/+2
2020-03-02perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo1-2/+2
2020-02-27perf annotate: Fix segfault with source toggleRavi Bangoria1-0/+2
2020-02-27perf annotate: Align struct annotate_argsRavi Bangoria1-6/+6
2020-02-27perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2-56/+31
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria2-4/+5
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe1-4/+24
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria2-52/+30
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria2-0/+13
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria1-4/+2
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria2-4/+3
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter2-1/+27
2020-02-14perf llvm: Fix script used to obtain kernel make directives to work with new kbuildArnaldo Carvalho de Melo1-0/+1
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2-12/+11
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa1-1/+6
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa1-2/+10
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa1-0/+1
2020-02-10perf symbols: Convert symbol__is_idle() to use strlistKim Phillips1-5/+9
2020-02-10perf symbols: Update the list of kernel idle symbolsKim Phillips1-0/+3
2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips1-6/+0
2020-01-31perf maps: Add missing unlock to maps__insert() error caseCengiz Can1-0/+1
2020-01-31perf probe: Add ustring support for perf probe commandThomas Richter1-1/+2
2020-01-30perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2020-01-30perf parse: Copy string to perf_evsel_config_termLeo Yan3-1/+9
2020-01-30perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan3-28/+44
2020-01-15perf header: Use last modification time for timestampMichael Petlan1-1/+1
2020-01-14perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2-2/+3
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen2-2/+22
2020-01-14perf clang: Fix build with Clang 9Maciej S. Szmigiero1-0/+4
2020-01-06perf report/top: Improve toggle callchain menu optionArnaldo Carvalho de Melo2-2/+3
2020-01-06perf record: Adapt affinity to machines with #CPUs > 1KAlexey Budankov2-7/+23
2020-01-06perf mmap: Declare type for cpu mask of arbitrary lengthAlexey Budankov2-0/+23
2019-12-20perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita1-2/+2
2019-12-20perf map: Set kmap->kmaps backpointer for main kernel map chunksArnaldo Carvalho de Melo1-0/+3
2019-12-11perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan1-15/+6
2019-12-11perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain1-2/+5
2019-12-11perf arch: Make the default get_cpuid() return compatible errorArnaldo Carvalho de Melo1-1/+1
2019-12-04perf report: Make -F more strict like -sRavi Bangoria1-0/+6
2019-12-04perf report/top TUI: Replace pr_err() with ui__error()Ravi Bangoria1-5/+5
2019-12-02perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo1-3/+86
2019-11-29perf machine: Fill map_symbol->maps in append_inlines() to fix segfaultArnaldo Carvalho de Melo1-0/+1
2019-11-29perf jit: Move test functionality in to a testIan Rogers1-46/+0
2019-11-29perf stat: Use affinity for enabling/disabling eventsAndi Kleen1-3/+37
2019-11-29perf evsel: Add functions to enable/disable for a specific CPUAndi Kleen2-1/+14
2019-11-29perf stat: Use affinity for readingAndi Kleen1-0/+1
2019-11-29perf stat: Use affinity for opening eventsAndi Kleen6-12/+36
2019-11-29perf stat: Use affinity for closing file descriptorsAndi Kleen1-2/+29
2019-11-29perf evsel: Add iterator to iterate over events ordered by CPUAndi Kleen4-0/+42