summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bpf tools: Load eBPF programs in object files into kernelWang Nan2015-08-07
* bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2015-08-07
* bpf tools: Relocate eBPF programsWang Nan2015-08-07
* bpf tools: Create eBPF maps defined in an object fileWang Nan2015-08-07
* bpf tools: Add bpf.c/h for common bpf operationsWang Nan2015-08-07
* bpf tools: Record map accessing instructions for each programWang Nan2015-08-07
* bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan2015-08-07
* bpf tools: Collect eBPF programs from their own sectionsWang Nan2015-08-07
* bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan2015-08-07
* bpf tools: Collect map definitions from 'maps' sectionWang Nan2015-08-07
* bpf tools: Collect version and license from ELF sectionsWang Nan2015-08-07
* bpf tools: Iterate over ELF sections to collect informationWang Nan2015-08-07
* bpf tools: Check endianness and make libbpf fail earlyWang Nan2015-08-07
* bpf tools: Read eBPF object from bufferWang Nan2015-08-07
* bpf tools: Open eBPF object file and do basic validationWang Nan2015-08-07
* bpf tools: Allow caller to set printing functionWang Nan2015-08-07
* bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan2015-08-07
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-08-07
|\
| * perf tools: Extend the event parser maximum error indexAdrian Hunter2015-08-06
| * perf tools: Validate config term maximum valueAdrian Hunter2015-08-06
| * perf tools: Add perf_pmu__format_bits()Adrian Hunter2015-08-06
| * perf tools: Fix perf-with-kcore handling of arguments containing spacesAdrian Hunter2015-08-06
| * perf auxtrace: Fix period type 'i' not workingAdrian Hunter2015-08-06
| * perf tools xtensa: Add DWARF register namesMax Filippov2015-08-06
| * perf report: Display cycles in branch sort modeAndi Kleen2015-08-06
| * perf top: Add branch annotation code to topAndi Kleen2015-08-06
| * perf annotate: Finally display IPC and cycle accountingAndi Kleen2015-08-06
| * perf annotate: Compute IPC and basic block cyclesAndi Kleen2015-08-06
| * perf report: Add processing for cycle histogramsAndi Kleen2015-08-06
| * perf report: Add infrastructure for a cycles histogramAndi Kleen2015-08-06
| * perf report: Add flag for non ANY branch modeAndi Kleen2015-08-06
| * perf tools: Add support for cycles, weight branch_info fieldAndi Kleen2015-08-06
| * perf tools: Add empty Build files for architectures lacking themBen Hutchings2015-08-06
| * perf stat: Move counter processing code into stat objectJiri Olsa2015-08-06
| * perf stat: Pass 'struct perf_stat_config' into process_counter()Jiri Olsa2015-08-06
| * perf stat: Move 'interval' into struct perf_stat_configJiri Olsa2015-08-06
| * perf stat: Move 'output' into struct perf_stat_configJiri Olsa2015-08-06
| * perf stat: Move 'scale' into struct perf_stat_configJiri Olsa2015-08-06
| * perf stat: Introduce struct perf_stat_configJiri Olsa2015-08-06
| * perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan2015-08-06
| * perf tools: Introduce veprintfWang Nan2015-08-06
| * tracing, perf: Implement BPF programs attached to uprobesWang Nan2015-08-06
| * bpf: Use correct #ifdef controller for trace_call_bpf()Wang Nan2015-08-06
| * perf trace: Add total time column to summary.Milian Wolff2015-08-06
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-08-06
|\
| * perf tools: Fix build errors with mipsel-linux-uclibc compilerPetri Gynther2015-08-05
| * perf trace: Write to stderr by defaultMilian Wolff2015-08-05
| * perf tools: Do not include escape sequences in color_vfprintf returnAndi Kleen2015-08-05
| * perf tools: Remove trail argument to color vsprintfJiri Olsa2015-08-05
| * perf tools: Refine parse/config callchain functionsKan Liang2015-08-05