aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo1-19/+2
2018-10-16perf report: Don't crash on invalid inline debug informationMilian Wolff1-0/+3
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller1-0/+1
2018-10-16perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpusJiri Olsa1-0/+3
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa1-6/+7
2018-10-05perf record: Use unmapped IP for inline callchain cursorsMilian Wolff1-1/+2
2018-10-05perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo1-1/+1
2018-09-27perf report: Don't try to map ip to invalid mapMilian Wolff1-2/+3
2018-09-11perf tools: Fix maps__find_symbol_by_name()Adrian Hunter1-0/+11
2018-08-30perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2-1/+22
2018-08-30perf event-parse: Use fixed size string for commsChris Phlipot1-4/+3
2018-08-30perf util: Fix bad memory access in trace info.Chris Phlipot1-1/+1
2018-08-30perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe1-2/+3
2018-08-30perf annotate: Properly interpret indirect callMartin Liška1-2/+8
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa1-1/+19
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa3-3/+5
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa2-14/+4
2018-08-20perf tools: Add gzip_is_compressed functionJiri Olsa1-2/+14
2018-08-20perf tools: Add lzma_is_compressed functionJiri Olsa1-2/+17
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa4-3/+33
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa1-17/+12
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa1-21/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa3-2/+8
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa2-8/+12
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa2-2/+1
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa2-2/+1
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa1-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa1-1/+3
2018-08-20perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2-2/+38
2018-08-20perf parser: Improve error message for PMU address filtersJack Henschel1-10/+10
2018-08-14perf auxtrace: Fix queue resizeAdrian Hunter1-0/+3
2018-08-14perf python: Remove -mcet and -fcf-protection when building with clangArnaldo Carvalho de Melo1-1/+9
2018-08-13perf tools: Check for null when copying nsinfo.Benno Evers1-0/+3
2018-08-13tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2-2/+2
2018-08-13tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)1-3/+3
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)3-12/+12
2018-08-13tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)1-2/+2
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)5-12/+12
2018-08-13tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)2-5/+5
2018-08-13tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)3-5/+5
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)6-8/+8
2018-08-13tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)4-6/+6
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'Tzvetomir Stoyanov (VMware)2-2/+2
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)10-38/+38
2018-08-08perf map: Optimize maps__fixup_overlappings()Konstantin Khlebnikov2-19/+26
2018-08-08perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov1-3/+10
2018-08-08perf bpf: Make bpf__setup_output_event() return the bpf-output eventArnaldo Carvalho de Melo2-14/+16
2018-08-08perf bpf: Add bpf__setup_output_event() strerror() counterpartArnaldo Carvalho de Melo2-8/+11
2018-08-08perf bpf: Generalize bpf__setup_stdout()Arnaldo Carvalho de Melo2-9/+24
2018-08-08perf bpf: Make bpf__for_each_stdout_map() genericArnaldo Carvalho de Melo1-2/+5