summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf evsel: Separate open preparation from open itselfRiccardo Mancini2021-08-311-11/+34
| * | perf evsel: Remove retry_sample_id goto labelRiccardo Mancini2021-08-311-2/+1
| * | perf mmap: Add missing bitops.h headerRiccardo Mancini2021-08-311-0/+1
| * | perf tools: Fix LLVM download hint linkJames Clark2021-08-311-1/+1
| * | perf tools: Fix LLVM test failure when running in verbose modeJames Clark2021-08-311-1/+1
| * | perf tools: Refactor LLVM test warning for missing binaryJames Clark2021-08-311-15/+21
| * | perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}Leo Yan2021-08-312-7/+103
| * | perf bpf: Fix memory leaks relating to BTF.Ian Rogers2021-08-312-3/+3
| * | perf header: Fix spelling mistake "cant'" -> "can't"Colin Ian King2021-08-311-1/+1
| * | perf config: Fix caching and memory leak in perf_home_perfconfig()Arnaldo Carvalho de Melo2021-08-301-1/+4
| * | perf tools: Fixup get_current_dir_name() compilationAlexey Dobriyan2021-08-301-1/+2
| * | perf tools: Add missing newline at the end of header fileNghia Le2021-08-241-1/+1
| * | perf tools: Enable on a list of CPUs for hybridJin Yao2021-08-115-0/+114
| * | perf tools: Create hybrid flag in targetJin Yao2021-08-112-1/+2
| * | perf tests: Add dlfilter testAdrian Hunter2021-08-112-2/+4
| * | perf build: Move perf_dlfilters.h in the source treeAdrian Hunter2021-08-112-151/+1
| * | perf pmu: Make pmu_add_sys_aliases() publicJohn Garry2021-08-102-1/+2
| * | perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()John Garry2021-08-101-2/+1
| * | perf env: Track kernel 64-bit mode in environmentLeo Yan2021-08-092-1/+26
| * | perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTLeo Yan2021-08-091-5/+0
| * | perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()Leo Yan2021-08-092-18/+5
| * | perf auxtrace: Drop legacy __sync functionsLeo Yan2021-08-091-19/+0
| * | perf auxtrace: Use WRITE_ONCE() for updating aux_tailLeo Yan2021-08-091-1/+1
| * | perf cs-etm: Add warnings for missing DSOsJames Clark2021-08-091-1/+10
| * | perf cs-etm: Improve Coresight zero timestamp warningJames Clark2021-08-031-2/+5
| * | perf tools: Add flag for tracking warnings of missing DSOsJames Clark2021-08-031-0/+1
| * | perf annotate: Add disassembly warnings for annotate --stdioJames Clark2021-08-031-2/+18
| * | perf tools: Add WARN_ONCE equivalent for UI warningsJames Clark2021-08-031-0/+14
| * | perf inject: Fix output from a file to a pipeNamhyung Kim2021-08-022-1/+58
| * | perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-024-13/+13
| * | perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-024-6/+15
| * | perf annotate: Add error log in symbol__annotate()Li Huafei2021-08-021-1/+3
| * | perf env: Normalize aarch64.* and arm64.* to arm64 in normalize_arch()Li Huafei2021-08-021-1/+1
| * | perf cs-etm: Pass unformatted flag to decoderJames Clark2021-08-022-15/+42
| * | perf cs-etm: Use existing decoder instead of resetting itJames Clark2021-08-021-30/+7
| * | perf cs-etm: Suppress printing when resetting decoderJames Clark2021-08-021-3/+7
| * | perf cs-etm: Only setup queues when they are modifiedJames Clark2021-08-021-40/+14
| * | perf cs-etm: Split setup and timestamp search functionsJames Clark2021-08-021-12/+29
| * | perf cs-etm: Refactor initialisation of kernel start addressJames Clark2021-08-021-5/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-053-13/+42
|\|
| * Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-07-301-2/+0
| * perf pmu: Fix alias matchingJohn Garry2021-07-271-9/+24
| * perf cs-etm: Split --dump-raw-trace by AUX recordsJames Clark2021-07-271-2/+18
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-312-8/+15
|\ \ | |/ |/|
| * tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-292-5/+11
| * tools: Free BTF objects at various locationsQuentin Monnet2021-07-292-3/+4
* | perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
* | perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
* | perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
* | perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-151-3/+5