summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen
2015-08-10perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo
2015-08-10perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo
2015-08-10perf tools: Unset perf_event_attr::freq when period term is setJiri Olsa
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen
2015-08-08perf callchain: Move option parsing code to util.cKan Liang
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan
2015-08-07perf tools: Introduce llvm config optionsWang Nan
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan
2015-08-07bpf tools: Relocate eBPF programsWang Nan
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan
2015-08-07bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan
2015-08-07bpf tools: Collect eBPF programs from their own sectionsWang Nan
2015-08-07bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan
2015-08-07bpf tools: Collect map definitions from 'maps' sectionWang Nan
2015-08-07bpf tools: Collect version and license from ELF sectionsWang Nan
2015-08-07bpf tools: Iterate over ELF sections to collect informationWang Nan
2015-08-07bpf tools: Check endianness and make libbpf fail earlyWang Nan
2015-08-07bpf tools: Read eBPF object from bufferWang Nan
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan
2015-08-07bpf tools: Allow caller to set printing functionWang Nan
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan
2015-08-06perf tools: Extend the event parser maximum error indexAdrian Hunter
2015-08-06perf tools: Validate config term maximum valueAdrian Hunter
2015-08-06perf tools: Add perf_pmu__format_bits()Adrian Hunter
2015-08-06perf tools: Fix perf-with-kcore handling of arguments containing spacesAdrian Hunter
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter
2015-08-06perf tools xtensa: Add DWARF register namesMax Filippov
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen
2015-08-06perf top: Add branch annotation code to topAndi Kleen
2015-08-06perf annotate: Finally display IPC and cycle accountingAndi Kleen
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen
2015-08-06perf tools: Add empty Build files for architectures lacking themBen Hutchings
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa
2015-08-06perf stat: Pass 'struct perf_stat_config' into process_counter()Jiri Olsa
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa