summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perf mem: Add statistics for peer snoopingLeo Yan2022-08-122-3/+28
* perf arm-spe: Use SPE data source for neoverse coresAli Saidi2022-08-123-16/+127
* perf mem: Print snoop peer flagLeo Yan2022-08-121-3/+15
* perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...Leo Yan2022-08-121-0/+1
* perf tools: Tidy guest option documentationAdrian Hunter2022-08-115-57/+38
* perf inject: Fix missing guestmount option documentationAdrian Hunter2022-08-111-0/+12
* perf script: Fix missing guest option documentationAdrian Hunter2022-08-111-0/+23
* perf offcpu: Update offcpu test for child processNamhyung Kim2022-08-111-7/+50
* perf offcpu: Track child processesNamhyung Kim2022-08-112-0/+37
* perf offcpu: Parse process id separatelyNamhyung Kim2022-08-111-2/+43
* perf offcpu: Check process id for the given workloadNamhyung Kim2022-08-112-1/+8
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-1022-35/+45
* perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter2022-08-101-5/+13
* perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter2022-08-101-3/+11
* perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter2022-08-101-0/+1
* perf script: Fix reference to perf insert instead of perf injectAdrian Hunter2022-08-101-1/+1
* perf sched latency: Fix subcommand matching errorYang Jihong2022-08-101-1/+1
* perf kvm: Fix subcommand matching errorYang Jihong2022-08-101-4/+4
* perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET2022-08-101-2/+4
* perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins2022-08-101-2/+7
* perf list: Add PMU pai_crypto event description for IBM z16Thomas Richter2022-08-102-0/+1102
* perf vendor events: Remove bad jaketown uncore eventsIan Rogers2022-08-103-54/+0
* perf vendor events: Remove bad ivytown uncore eventsIan Rogers2022-08-104-123/+0
* perf vendor events: Remove bad broadwellde uncore eventsIan Rogers2022-08-102-110/+0
* perf jevents: Add JEVENTS_ARCH make optionIan Rogers2022-08-101-1/+5
* perf jevents: Simplify generation of C-stringIan Rogers2022-08-101-10/+4
* perf jevents: Clean up pytype warningsIan Rogers2022-08-101-7/+6
* perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu2022-08-101-10/+3
* perf test: JSON format checkingClaire Jensen2022-08-103-1/+245
* perf stat: Add JSON output optionClaire Jensen2022-08-105-106/+307
* perf stat: Refactor __run_perf_stat() common codeAdrián Herrera Arcila2022-08-031-16/+9
* perf lock: Print the number of lost entries for BPFNamhyung Kim2022-08-024-5/+19
* perf lock: Add --map-nr-entries optionNamhyung Kim2022-08-024-1/+29
* perf lock: Introduce struct lock_contentionNamhyung Kim2022-08-023-18/+31
* perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo2022-08-021-1/+1
* genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo2022-08-021-1/+5
* perf parse-events: Break out tracepoint and printingIan Rogers2022-08-0212-738/+791
* perf parse-events: Don't #define YY_EXTRA_TYPEIan Rogers2022-08-021-1/+0
* tools perf: Fix compilation error with new binutilsAndres Freund2022-08-012-3/+12
* perf test: Add ARM SPE system wide testNamhyung Kim2022-08-011-3/+27
* perf tools: Rework prologue generation codeJiri Olsa2022-08-011-29/+175
* perf bpf: Convert legacy map definition to BTF-definedJiri Olsa2022-08-012-13/+24
* perf symbol: Fail to read phdr workaroundIan Rogers2022-08-011-7/+20
* perf lock: Implement cpu and task filters for BPFNamhyung Kim2022-08-015-13/+162
* perf lock: Use BPF for lock contention analysisNamhyung Kim2022-08-017-115/+453
* perf lock: Pass machine pointer to is_lock_function()Namhyung Kim2022-08-011-8/+7
* perf test: Add user space counter reading testsIan Rogers2022-08-011-1/+126
* perf test: Remove x86 rdpmc testIan Rogers2022-08-013-185/+0
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-08-013-31/+77
|\
| * perf bpf: Remove undefined behavior from bpf_perf_object__next()Ian Rogers2022-07-271-11/+7