summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2018-12-17perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa
2018-12-17perf tools: Fix crash on synthesizing the unitJiri Olsa
2018-11-27perf tools: Do not zero sample_id_all for group membersJiri Olsa
2018-11-27perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero
2018-11-27perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller
2018-11-27perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff
2018-11-21perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter
2018-11-21perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter
2018-11-21perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller
2018-11-21perf stat: Handle different PMU names with common prefixThomas Richter
2018-11-21perf cs-etm: Correct CPU mode for samplesLeo Yan
2018-11-13perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfoArnaldo Carvalho de Melo
2018-11-13perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma
2018-11-13perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma
2018-11-13perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma
2018-11-13perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo
2018-10-16perf tools: Pass build flags to traceevent buildJiri Olsa
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller
2018-10-16perf tools: Fix use of alternatives to find JDIRJarod Wilson
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa
2018-10-11perf vendor events intel: Fix wrong filter_band* values for uncore eventsJiri Olsa
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa
2018-10-05perf record: Use unmapped IP for inline callchain cursorsMilian Wolff
2018-10-05perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo
2018-09-27perf report: Don't try to map ip to invalid mapMilian Wolff
2018-09-25perf script python: Fix export-to-sqlite.py sample columnsAdrian Hunter
2018-09-25perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter
2018-09-18perf Documentation: Fix out-of-tree asciidoctor man page generationBen Hutchings
2018-09-11perf tools: Fix maps__find_symbol_by_name()Adrian Hunter
2018-08-30perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips
2018-08-30perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das
2018-08-30perf event-parse: Use fixed size string for commsChris Phlipot
2018-08-30perf util: Fix bad memory access in trace info.Chris Phlipot
2018-08-30perf tools: Streamline bpf examples and headers installationArnaldo Carvalho de Melo
2018-08-30perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe
2018-08-30perf arm64: Fix include path for asm-generic/unistd.hKim Phillips
2018-08-30perf tests: Add breakpoint modify testsJiri Olsa
2018-08-30perf annotate: Properly interpret indirect callMartin Liška
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa
2018-08-20perf tools: Add gzip_is_compressed functionJiri Olsa
2018-08-20perf tools: Add lzma_is_compressed functionJiri Olsa
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa