summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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-172-2/+2
* perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-272-2/+0Star
* perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-271-11/+38
* 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 tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfoArnaldo Carvalho de Melo2018-11-131-1/+1
* 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/+2Star
* perf tools: Pass build flags to traceevent buildJiri Olsa2018-10-161-1/+1
* 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 tools: Fix use of alternatives to find JDIRJarod Wilson2018-10-161-1/+1
* perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa2018-10-162-0/+4
* perf vendor events intel: Fix wrong filter_band* values for uncore eventsJiri Olsa2018-10-112-16/+16
* 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 script python: Fix export-to-sqlite.py sample columnsAdrian Hunter2018-09-251-1/+5
* perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter2018-09-251-0/+9
* perf Documentation: Fix out-of-tree asciidoctor man page generationBen Hutchings2018-09-181-1/+1
* 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 probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das2018-08-301-1/+3
* perf event-parse: Use fixed size string for commsChris Phlipot2018-08-301-4/+3Star
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-08-301-1/+1
* perf tools: Streamline bpf examples and headers installationArnaldo Carvalho de Melo2018-08-301-8/+6Star
* perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-08-301-2/+3
* perf arm64: Fix include path for asm-generic/unistd.hKim Phillips2018-08-302-5/+6
* perf tests: Add breakpoint modify testsJiri Olsa2018-08-304-0/+221
* 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-203-85/+69Star
* 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
* perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa2018-08-201-17/+12Star
* perf tools: Use compression id in decompress_kmodule()Jiri Olsa2018-08-201-21/+3Star
* perf tools: Store compression id into struct dsoJiri Olsa2018-08-203-2/+8
* perf tools: Add compression id into 'struct kmod_path'Jiri Olsa2018-08-203-29/+33