summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2020-03-09perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu
2020-03-09perf probe: Fix to delete multiple probe eventMasami Hiramatsu
2020-03-09perf parse-events: Fix reading of invalid memory in event parsingIan Rogers
2020-03-09perf python: Fix clang detection when using CC=clang-versionIlie Halip
2020-03-09perf map: Fix off by one in strncpy() size argumentdisconnect3d
2020-03-06perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers
2020-03-03perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo
2020-03-02perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo
2020-03-02perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo
2020-02-27perf annotate: Fix segfault with source toggleRavi Bangoria
2020-02-27perf annotate: Align struct annotate_argsRavi Bangoria
2020-02-27perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter
2020-02-14perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa
2020-02-10perf symbols: Convert symbol__is_idle() to use strlistKim Phillips
2020-02-10perf symbols: Update the list of kernel idle symbolsKim Phillips
2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips
2020-01-31perf maps: Add missing unlock to maps__insert() error caseCengiz Can
2020-01-31perf probe: Add ustring support for perf probe commandThomas Richter
2020-01-30perf: Make perf able to build with latest libbfdChangbin Du
2020-01-30perf parse: Copy string to perf_evsel_config_termLeo Yan
2020-01-30perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan
2020-01-15perf header: Use last modification time for timestampMichael Petlan
2020-01-14perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa
2020-01-14perf tools: Support --prefix/--prefix-stripAndi Kleen
2020-01-14perf clang: Fix build with Clang 9Maciej S. Szmigiero
2020-01-06perf report/top: Improve toggle callchain menu optionArnaldo Carvalho de Melo
2020-01-06perf record: Adapt affinity to machines with #CPUs > 1KAlexey Budankov
2020-01-06perf mmap: Declare type for cpu mask of arbitrary lengthAlexey Budankov
2019-12-20perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita
2019-12-20perf map: Set kmap->kmaps backpointer for main kernel map chunksArnaldo Carvalho de Melo
2019-12-11perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan
2019-12-11perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain
2019-12-11perf arch: Make the default get_cpuid() return compatible errorArnaldo Carvalho de Melo
2019-12-04perf report: Make -F more strict like -sRavi Bangoria
2019-12-04perf report/top TUI: Replace pr_err() with ui__error()Ravi Bangoria
2019-12-02perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo
2019-11-29perf machine: Fill map_symbol->maps in append_inlines() to fix segfaultArnaldo Carvalho de Melo
2019-11-29perf jit: Move test functionality in to a testIan Rogers
2019-11-29perf stat: Use affinity for enabling/disabling eventsAndi Kleen