summaryrefslogtreecommitdiff
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa2019-02-121-1/+2
* perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo2019-02-121-1/+1
* perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo2019-02-121-1/+3
* perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2019-01-261-0/+4
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2019-01-261-1/+1
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo2019-01-091-1/+1
* perf pmu: Suppress potential format-truncation warningBen Hutchings2019-01-091-4/+4
* perf script: Use fallbacks for branch stacksAdrian Hunter2019-01-091-8/+8
* perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter2019-01-091-1/+1
* perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter2019-01-094-0/+60
* perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter2019-01-092-0/+5
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-12-172-2/+16
* perf tools: Fix crash on synthesizing the unitJiri Olsa2018-12-171-1/+1
* perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-271-1/+0
* perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-11-271-1/+11
* perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2018-11-271-2/+2
* perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-11-213-12/+40
* perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-11-212-14/+25
* perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller2018-11-211-1/+34
* perf stat: Handle different PMU names with common prefixThomas Richter2018-11-211-1/+1
* perf cs-etm: Correct CPU mode for samplesLeo Yan2018-11-211-9/+30
* perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma2018-11-131-2/+8
* perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma2018-11-131-0/+1
* perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-11-131-0/+2
* perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma2018-11-131-1/+4
* perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo2018-10-171-19/+2
* perf report: Don't crash on invalid inline debug informationMilian Wolff2018-10-161-0/+3
* perf cpu_map: Align cpu map synthesized events properly.David Miller2018-10-161-0/+1
* perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa2018-10-161-0/+3
* Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa2018-10-091-6/+7
* perf record: Use unmapped IP for inline callchain cursorsMilian Wolff2018-10-051-1/+2
* perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo2018-10-051-1/+1
* perf report: Don't try to map ip to invalid mapMilian Wolff2018-09-271-2/+3
* perf tools: Fix maps__find_symbol_by_name()Adrian Hunter2018-09-111-0/+11
* perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-08-302-1/+22
* perf event-parse: Use fixed size string for commsChris Phlipot2018-08-301-4/+3
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-08-301-1/+1
* perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-08-301-2/+3
* perf annotate: Properly interpret indirect callMartin Liška2018-08-301-2/+8
* perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa2018-08-201-1/+19
* perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa2018-08-203-3/+5
* perf tools: Remove ext from struct kmod_pathJiri Olsa2018-08-202-14/+4
* perf tools: Add gzip_is_compressed functionJiri Olsa2018-08-201-2/+14
* perf tools: Add lzma_is_compressed functionJiri Olsa2018-08-201-2/+17
* perf tools: Add is_compressed callback to compressions arrayJiri Olsa2018-08-204-3/+33