summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-08perf callchain: Move option parsing code to util.cKan Liang4-88/+94
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa8-81/+93
2015-08-07perf tests: Add LLVM test for eBPF on-the-fly compilingWang Nan7-0/+124
2015-08-07perf tools: Auto detecting kernel include optionsWang Nan1-5/+55
2015-08-07perf tools: Auto detecting kernel build directoryWang Nan1-1/+79
2015-08-07perf tools: Call clang to compile C source to object codeWang Nan2-0/+229
2015-08-07perf tools: Introduce llvm config optionsWang Nan4-0/+86
2015-08-07bpf tools: Link all bpf objects onto a listWang Nan2-0/+39
2015-08-07bpf tools: Introduce accessors for struct bpf_programWang Nan2-0/+96
2015-08-07bpf tools: Load eBPF programs in object files into kernelWang Nan1-0/+90
2015-08-07bpf tools: Introduce bpf_load_program() to bpf.cWang Nan2-0/+41
2015-08-07bpf tools: Relocate eBPF programsWang Nan1-0/+52
2015-08-07bpf tools: Create eBPF maps defined in an object fileWang Nan2-0/+106
2015-08-07bpf tools: Add bpf.c/h for common bpf operationsWang Nan3-1/+68
2015-08-07bpf tools: Record map accessing instructions for each programWang Nan2-0/+137
2015-08-07bpf tools: Collect relocation sections from SHT_REL sectionsWang Nan1-0/+26
2015-08-07bpf tools: Collect eBPF programs from their own sectionsWang Nan1-0/+114
2015-08-07bpf tools: Collect symbol table from SHT_SYMTAB sectionWang Nan1-0/+10
2015-08-07bpf tools: Collect map definitions from 'maps' sectionWang Nan1-0/+29
2015-08-07bpf tools: Collect version and license from ELF sectionsWang Nan1-0/+53
2015-08-07bpf tools: Iterate over ELF sections to collect informationWang Nan1-0/+53
2015-08-07bpf tools: Check endianness and make libbpf fail earlyWang Nan1-0/+30
2015-08-07bpf tools: Read eBPF object from bufferWang Nan2-12/+52
2015-08-07bpf tools: Open eBPF object file and do basic validationWang Nan2-0/+166
2015-08-07bpf tools: Allow caller to set printing functionWang Nan2-0/+52
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan7-1/+246
2015-08-06perf tools: Extend the event parser maximum error indexAdrian Hunter1-1/+1
2015-08-06perf tools: Validate config term maximum valueAdrian Hunter1-1/+29
2015-08-06perf tools: Add perf_pmu__format_bits()Adrian Hunter2-1/+17
2015-08-06perf tools: Fix perf-with-kcore handling of arguments containing spacesAdrian Hunter1-14/+14
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter1-1/+5
2015-08-06perf tools xtensa: Add DWARF register namesMax Filippov4-0/+30
2015-08-06perf report: Display cycles in branch sort modeAndi Kleen1-1/+1
2015-08-06perf top: Add branch annotation code to topAndi Kleen2-0/+30
2015-08-06perf annotate: Finally display IPC and cycle accountingAndi Kleen1-17/+40
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen2-1/+74
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen3-0/+39
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen3-3/+142
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen3-0/+18
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen7-6/+43
2015-08-06perf tools: Add empty Build files for architectures lacking themBen Hutchings3-0/+3
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa3-140/+143
2015-08-06perf stat: Pass 'struct perf_stat_config' into process_counter()Jiri Olsa1-13/+16
2015-08-06perf stat: Move 'interval' into struct perf_stat_configJiri Olsa2-5/+10
2015-08-06perf stat: Move 'output' into struct perf_stat_configJiri Olsa2-12/+24
2015-08-06perf stat: Move 'scale' into struct perf_stat_configJiri Olsa2-6/+7
2015-08-06perf stat: Introduce struct perf_stat_configJiri Olsa2-17/+26
2015-08-06perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan1-0/+2
2015-08-06perf tools: Introduce veprintfWang Nan2-0/+6
2015-08-06tracing, perf: Implement BPF programs attached to uprobesWang Nan4-3/+13