summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | perf namespaces: Add functions to access nsinfoIan Rogers2022-02-118-27/+63
| * | | | | | | | | | | | | | | perf map: Add const to map_ip and unmap_ipIan Rogers2022-02-112-16/+23
| * | | | | | | | | | | | | | | perf cpumap: Use for each loopIan Rogers2022-02-111-8/+6
| * | | | | | | | | | | | | | | perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-02-111-6/+6
| * | | | | | | | | | | | | | | perf report: Output data file name in raw trace dumpAlexey Bayduraev2022-02-109-37/+59
| * | | | | | | | | | | | | | | perf session: Load data directory files for analysisAlexey Bayduraev2022-02-101-0/+133
| * | | | | | | | | | | | | | | perf record: Implement compatibility checksAlexey Bayduraev2022-02-101-3/+46
| * | | | | | | | | | | | | | | perf record: Extend --threads command line optionAlexey Bayduraev2022-02-103-4/+349
| * | | | | | | | | | | | | | | perf record: Introduce --threads command line optionAlexey Bayduraev2022-02-102-1/+51
| * | | | | | | | | | | | | | | perf record: Introduce data transferred and compressed statsAlexey Bayduraev2022-02-101-3/+22
| * | | | | | | | | | | | | | | perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev2022-02-103-7/+23
| * | | | | | | | | | | | | | | perf record: Introduce bytes written statsAlexey Bayduraev2022-02-101-3/+18
| * | | | | | | | | | | | | | | perf record: Introduce data file at mmap buffer objectAlexey Bayduraev2022-02-102-5/+33
| * | | | | | | | | | | | | | | perf record: Start threads in the beginning of trace streamingAlexey Bayduraev2022-02-102-1/+121
| * | | | | | | | | | | | | | | perf record: Stop threads in the end of trace streamingAlexey Bayduraev2022-02-101-0/+31
| * | | | | | | | | | | | | | | perf record: Introduce thread local variableAlexey Bayduraev2022-02-101-46/+94
| * | | | | | | | | | | | | | | perf record: Introduce function to propagate control commandsAlexey Bayduraev2022-02-102-0/+17
| * | | | | | | | | | | | | | | perf record: Introduce thread specific data arrayAlexey Bayduraev2022-02-101-3/+244
| * | | | | | | | | | | | | | | tools lib: Introduce fdarray duplicate functionAlexey Bayduraev2022-02-102-0/+18
| * | | | | | | | | | | | | | | perf record: Introduce thread affinity and mmap masksAlexey Bayduraev2022-02-101-0/+123
| * | | | | | | | | | | | | | | perf lock: Carefully combine lock stats for discarded entriesNamhyung Kim2022-02-101-0/+16
| * | | | | | | | | | | | | | | perf lock: Add -c/--combine-locks optionNamhyung Kim2022-02-102-0/+72
| * | | | | | | | | | | | | | | perf lock: Fix lock name length check for printingNamhyung Kim2022-02-101-1/+1
| * | | | | | | | | | | | | | | perf lock: Sort map info based on class nameNamhyung Kim2022-02-101-1/+19
| * | | | | | | | | | | | | | | perf lock: Change type of lock_stat->addr to u64Namhyung Kim2022-02-101-26/+9
| * | | | | | | | | | | | | | | perf lock: Convert lockhash_table to use hlistNamhyung Kim2022-02-101-8/+8
| * | | | | | | | | | | | | | | perf annotate: Try chroot filename for objdumpNamhyung Kim2022-02-101-0/+10
| * | | | | | | | | | | | | | | perf inject: Try chroot directory when reading build-idNamhyung Kim2022-02-101-0/+10
| * | | | | | | | | | | | | | | perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim2022-02-105-2/+69
* | | | | | | | | | | | | | | | Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2740-68/+3931
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | memblock tests: Add TODO and README filesKarolina Drobnik2022-03-102-0/+135
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_alloc_try_nid tests for bottom upKarolina Drobnik2022-03-091-4/+499
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_alloc_try_nid tests for top downKarolina Drobnik2022-03-094-2/+692
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_alloc_from tests for bottom upKarolina Drobnik2022-03-091-4/+171
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_alloc_from tests for top downKarolina Drobnik2022-03-094-1/+239
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_alloc tests for bottom upKarolina Drobnik2022-03-091-4/+320
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_alloc tests for top downKarolina Drobnik2022-03-094-1/+447
| * | | | | | | | | | | | | | | | memblock tests: Add simulation of physical memoryKarolina Drobnik2022-03-094-2/+37
| * | | | | | | | | | | | | | | | memblock tests: Split up reset_memblock functionKarolina Drobnik2022-03-093-32/+33
| * | | | | | | | | | | | | | | | memblock tests: Fix testing with 32-bit physical addressesKarolina Drobnik2022-03-051-2/+4
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_free testsKarolina Drobnik2022-02-211-0/+203
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_add_node testKarolina Drobnik2022-02-211-0/+34
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_remove testsKarolina Drobnik2022-02-211-0/+205
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_reserve testsKarolina Drobnik2022-02-211-0/+217
| * | | | | | | | | | | | | | | | memblock tests: Add memblock_add testsKarolina Drobnik2022-02-211-0/+215
| * | | | | | | | | | | | | | | | memblock tests: Add memblock reset functionKarolina Drobnik2022-02-206-1/+89
| * | | | | | | | | | | | | | | | memblock tests: Add skeleton of the memblock simulatorKarolina Drobnik2022-02-2015-0/+278
| * | | | | | | | | | | | | | | | tools/include: Add debugfs.h stubKarolina Drobnik2022-02-201-0/+5
| * | | | | | | | | | | | | | | | tools/include: Add pfn.h stubKarolina Drobnik2022-02-201-0/+10
| * | | | | | | | | | | | | | | | tools/include: Add io.h stubKarolina Drobnik2022-02-201-0/+5