summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf record: Introduce function to propagate control commandsAlexey Bayduraev2022-02-102-0/+17
| * | | | perf annotate: Try chroot filename for objdumpNamhyung Kim2022-02-101-0/+10
| * | | | perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim2022-02-105-2/+69
* | | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-242-55/+47
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-3/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-6/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-172-10/+9
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-109-14/+39
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-4/+6
| |\ \ \ \ \ \
| | * | | | | | perf: use generic bpf_program__set_type() to set BPF prog typeAndrii Nakryiko2022-01-251-2/+2
| | * | | | | | perf: Stop using bpf_object__open_buffer() APIChristy Lee2022-01-241-2/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-2724-81/+172
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-242-51/+41
| |\ \ \ \ \ \ \
| | * | | | | | | perf: Stop using bpf_map__def() APIChristy Lee2022-01-122-51/+41
* | | | | | | | | Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-221-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | perf: Add irq and exception return branch typesAnshuman Khandual2022-03-011-1/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-03-211-19/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | linkage: remove SYM_FUNC_{START,END}_ALIAS()Mark Rutland2022-02-221-21/+0
| * | | | | | | | linkage: add SYM_FUNC_ALIAS{,_LOCAL,_WEAK}()Mark Rutland2022-02-221-0/+35
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | perf evlist: Avoid iteration for empty evlist.Ian Rogers2022-03-181-11/+17
* | | | | | | | perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-181-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | perf parse: Fix event parser error for hybrid systemsZhengjun Xing2022-03-121-2/+4
* | | | | | | perf parse-events: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | perf data: Fix double free in perf_session__delete()Alexey Bayduraev2022-02-221-4/+3
* | | | | | perf evlist: Fix failed to use cpu list for uncore eventsZhengjun Xing2022-02-181-2/+2
| |_|_|_|/ |/| | | |
* | | | | perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo2022-02-171-1/+2
* | | | | perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark2022-02-161-0/+2
* | | | | perf cs-etm: No-op refactor of synth opt usageJames Clark2022-02-161-9/+5
|/ / / /
* | | | perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-061-9/+10
* | | | perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-063-2/+5
* | | | perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida2022-02-061-1/+1
* | | | perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan2022-02-061-0/+19
* | | | perf session: Check for NULL pointer before dereferenceAmeer Hamza2022-02-061-1/+2
* | | | perf annotate: Set error stream of objdump process for TUINamhyung Kim2022-02-061-0/+1
* | | | perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual2022-02-061-1/+1
|/ / /
* | | perf test: Add parse-events test for aliases with hyphensJohn Garry2022-01-221-9/+33
* | | perf parse-events: Support event alias in form foo-bar-bazJohn Garry2022-01-224-4/+41
* | | perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
* | | perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
* | | perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2215-44/+48
* | | perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
* | | perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
* | | perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
* | | perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
* | | perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo2022-01-181-1/+7
* | | perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-181-0/+3
|/ /
* | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-1864-830/+2317
|\ \
| * | perf record: Disable debuginfod by defaultJiri Olsa2022-01-152-0/+21
| * | perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo2022-01-151-1/+1
| * | perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo2022-01-151-0/+10