summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo2015-08-101-0/+3
* perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo2015-08-101-0/+1
* perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa2015-08-101-0/+1
* perf tools: Support full source file paths for srclineAndi Kleen2015-08-106-1/+15
* perf callchain: Move option parsing code to util.cKan Liang2015-08-084-88/+94
* perf stat: Move perf_counts struct and functions into separate objectJiri Olsa2015-08-088-81/+93
* perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan2015-08-077-0/+124
* perf tools: Auto detecting kernel include optionsWang Nan2015-08-071-5/+55
* perf tools: Auto detecting kernel build directoryWang Nan2015-08-071-1/+79
* perf tools: Call clang to compile C source to object codeWang Nan2015-08-072-0/+229
* perf tools: Introduce llvm config optionsWang Nan2015-08-074-0/+86
* bpf tools: Link all bpf objects onto a listWang Nan2015-08-072-0/+39
* bpf tools: Introduce accessors for struct bpf_programWang Nan2015-08-072-0/+96
* bpf tools: Load eBPF programs in object files into kernelWang Nan2015-08-071-0/+90
* bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2015-08-072-0/+41
* bpf tools: Relocate eBPF programsWang Nan2015-08-071-0/+52
* bpf tools: Create eBPF maps defined in an object fileWang Nan2015-08-072-0/+106
* bpf tools: Add bpf.c/h for common bpf operationsWang Nan2015-08-073-1/+68
* bpf tools: Record map accessing instructions for each programWang Nan2015-08-072-0/+137
* bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan2015-08-071-0/+26
* bpf tools: Collect eBPF programs from their own sectionsWang Nan2015-08-071-0/+114
* bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan2015-08-071-0/+10
* bpf tools: Collect map definitions from 'maps' sectionWang Nan2015-08-071-0/+29
* bpf tools: Collect version and license from ELF sectionsWang Nan2015-08-071-0/+53
* bpf tools: Iterate over ELF sections to collect informationWang Nan2015-08-071-0/+53
* bpf tools: Check endianness and make libbpf fail earlyWang Nan2015-08-071-0/+30
* bpf tools: Read eBPF object from bufferWang Nan2015-08-072-12/+52
* bpf tools: Open eBPF object file and do basic validationWang Nan2015-08-072-0/+166
* bpf tools: Allow caller to set printing functionWang Nan2015-08-072-0/+52
* bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan2015-08-077-1/+246
* perf tools: Extend the event parser maximum error indexAdrian Hunter2015-08-061-1/+1
* perf tools: Validate config term maximum valueAdrian Hunter2015-08-061-1/+29
* perf tools: Add perf_pmu__format_bits()Adrian Hunter2015-08-062-1/+17
* perf tools: Fix perf-with-kcore handling of arguments containing spacesAdrian Hunter2015-08-061-14/+14
* perf auxtrace: Fix period type 'i' not workingAdrian Hunter2015-08-061-1/+5
* perf tools xtensa: Add DWARF register namesMax Filippov2015-08-064-0/+30
* perf report: Display cycles in branch sort modeAndi Kleen2015-08-061-1/+1
* perf top: Add branch annotation code to topAndi Kleen2015-08-062-0/+30
* perf annotate: Finally display IPC and cycle accountingAndi Kleen2015-08-061-17/+40
* perf annotate: Compute IPC and basic block cyclesAndi Kleen2015-08-062-1/+74
* perf report: Add processing for cycle histogramsAndi Kleen2015-08-063-0/+39
* perf report: Add infrastructure for a cycles histogramAndi Kleen2015-08-063-3/+142
* perf report: Add flag for non ANY branch modeAndi Kleen2015-08-063-0/+18
* perf tools: Add support for cycles, weight branch_info fieldAndi Kleen2015-08-067-6/+43
* perf tools: Add empty Build files for architectures lacking themBen Hutchings2015-08-063-0/+3
* perf stat: Move counter processing code into stat objectJiri Olsa2015-08-063-140/+143
* perf stat: Pass 'struct perf_stat_config' into process_counter()Jiri Olsa2015-08-061-13/+16
* perf stat: Move 'interval' into struct perf_stat_configJiri Olsa2015-08-062-5/+10
* perf stat: Move 'output' into struct perf_stat_configJiri Olsa2015-08-062-12/+24
* perf stat: Move 'scale' into struct perf_stat_configJiri Olsa2015-08-062-6/+7