summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa-1/+19
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa-3/+5
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa-14/+4
2018-08-20perf tools: Add gzip_is_compressed functionJiri Olsa-2/+14
2018-08-20perf tools: Add lzma_is_compressed functionJiri Olsa-2/+17
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa-3/+33
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa-17/+12
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa-21/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa-2/+8
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa-8/+12
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa-2/+1
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa-2/+1
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa-1/+3
2018-08-20perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo-2/+38
2018-08-20perf parser: Improve error message for PMU address filtersJack Henschel-10/+10
2018-08-14perf auxtrace: Fix queue resizeAdrian Hunter-0/+3
2018-08-14perf python: Remove -mcet and -fcf-protection when building with clangArnaldo Carvalho de Melo-1/+9
2018-08-13perf tools: Check for null when copying nsinfo.Benno Evers-0/+3
2018-08-13tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)-2/+2
2018-08-13tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)-3/+3
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)-12/+12
2018-08-13tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)-2/+2
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)-12/+12
2018-08-13tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)-5/+5
2018-08-13tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)-5/+5
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)-8/+8
2018-08-13tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)-6/+6
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)-2/+2
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)-38/+38
2018-08-08perf map: Optimize maps__fixup_overlappings()Konstantin Khlebnikov-19/+26
2018-08-08perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov-3/+10
2018-08-08perf bpf: Make bpf__setup_output_event() return the bpf-output eventArnaldo Carvalho de Melo-14/+16
2018-08-08perf bpf: Add bpf__setup_output_event() strerror() counterpartArnaldo Carvalho de Melo-8/+11
2018-08-08perf bpf: Generalize bpf__setup_stdout()Arnaldo Carvalho de Melo-9/+24
2018-08-08perf bpf: Make bpf__for_each_stdout_map() genericArnaldo Carvalho de Melo-2/+5
2018-08-08perf annotate: Add --percent-type optionJiri Olsa-0/+54
2018-08-08perf annotate: Display percent type in stdio outputJiri Olsa-3/+6
2018-08-08perf annotate: Make local period the default percent typeJiri Olsa-1/+1
2018-08-08perf annotate: Add support to toggle percent typeJiri Olsa-0/+16
2018-08-08perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa-21/+27
2018-08-08perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa-10/+13
2018-08-08perf annotate: Add percent_type to struct annotation_optionsJiri Olsa-5/+9
2018-08-08perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa-0/+4
2018-08-08perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa-0/+3
2018-08-08perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa-1/+8
2018-08-08perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa-20/+50
2018-08-08perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa-5/+15
2018-08-08perf annotate: Rename hist to sym_hist in annotation__calc_percentJiri Olsa-8/+8
2018-08-08perf annotate: Rename local sample variables to dataJiri Olsa-20/+20