summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa2018-08-201-17/+12
* perf tools: Use compression id in decompress_kmodule()Jiri Olsa2018-08-201-21/+3
* 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-202-8/+12
* perf tools: Make is_supported_compression() staticJiri Olsa2018-08-202-2/+1
* perf tools: Make decompress_to_file() function staticJiri Olsa2018-08-202-2/+1
* perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa2018-08-201-1/+3
* perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa2018-08-201-1/+3
* perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2018-08-202-2/+38
* perf parser: Improve error message for PMU address filtersJack Henschel2018-08-201-10/+10
* perf auxtrace: Fix queue resizeAdrian Hunter2018-08-141-0/+3
* perf python: Remove -mcet and -fcf-protection when building with clangArnaldo Carvalho de Melo2018-08-141-1/+9
* perf tools: Check for null when copying nsinfo.Benno Evers2018-08-131-0/+3
* tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2018-08-132-2/+2
* tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)2018-08-131-3/+3
* tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)2018-08-133-12/+12
* tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)2018-08-135-12/+12
* tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)2018-08-132-5/+5
* tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)2018-08-133-5/+5
* tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)2018-08-136-8/+8
* tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)2018-08-134-6/+6
* tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)2018-08-132-2/+2
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-1010-38/+38
* perf map: Optimize maps__fixup_overlappings()Konstantin Khlebnikov2018-08-082-19/+26
* perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov2018-08-081-3/+10
* perf bpf: Make bpf__setup_output_event() return the bpf-output eventArnaldo Carvalho de Melo2018-08-082-14/+16
* perf bpf: Add bpf__setup_output_event() strerror() counterpartArnaldo Carvalho de Melo2018-08-082-8/+11
* perf bpf: Generalize bpf__setup_stdout()Arnaldo Carvalho de Melo2018-08-082-9/+24
* perf bpf: Make bpf__for_each_stdout_map() genericArnaldo Carvalho de Melo2018-08-081-2/+5
* perf annotate: Add --percent-type optionJiri Olsa2018-08-082-0/+54
* perf annotate: Display percent type in stdio outputJiri Olsa2018-08-081-3/+6
* perf annotate: Make local period the default percent typeJiri Olsa2018-08-081-1/+1
* perf annotate: Add support to toggle percent typeJiri Olsa2018-08-081-0/+16
* perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-082-21/+27
* perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa2018-08-081-10/+13
* perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2018-08-082-5/+9
* perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa2018-08-082-0/+4