summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Fix forked applications enablement of countersThomas Richter2022-03-241-1/+1
* perf evsel: Make evsel__env() always return a valid envKim Phillips2022-03-221-1/+1
* perf build-id: Fix spelling mistake "Cant" -> "Can't"Colin Ian King2022-03-221-1/+1
* perf header: Fix spelling mistake "could't" -> "couldn't"Colin Ian King2022-03-221-1/+1
* perf script: Add 'brstackinsnlen' for branch stacksKan Liang2022-03-222-14/+38
* perf parse-events: Move slots only with topdownIan Rogers2022-03-221-4/+14
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-03-227-32/+3585
|\
| * Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-213-0/+3533
| |\
| | * perf/tests: Add AVX512-FP16 instructions to x86 instruction decoder testAdrian Hunter2022-01-233-0/+3426
| | * perf/tests: Add misc instructions to the x86 instruction decoder testAdrian Hunter2022-01-233-0/+50
| | * perf/tests: Add AMX instructions to x86 instruction decoder testAdrian Hunter2022-01-232-0/+57
| * | 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 parse-events: Ignore case in topdown.slots checkIan Rogers2022-03-181-1/+1
| * | | 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 ftrace latency: Update documentationNamhyung Kim2022-03-221-23/+52
* | | | perf ftrace latency: Add -n/--use-nsec optionNamhyung Kim2022-03-224-11/+22
* | | | perf tools: Fix version kernel tagJohn Garry2022-03-221-9/+4
* | | | perf tools: Fix dependency for version file creationJohn Garry2022-03-221-2/+2
* | | | perf test arm64: Test unwinding using fame-pointer (fp) modeGerman Gomez2022-03-211-0/+68
* | | | perf vendor events intel: Update events for TremontXIan Rogers2022-03-187-1150/+1204
* | | | perf vendor events intel: Update events for TigerlakeIan Rogers2022-03-183-129/+129
* | | | perf vendor events intel: Update events for SkylakeXIan Rogers2022-03-182-36/+36
* | | | perf vendor events intel: Update events for SkylakeIan Rogers2022-03-182-36/+36
* | | | perf vendor events intel: Update events for IcelakeXIan Rogers2022-03-184-276/+324
* | | | perf vendor events intel: Update events for IcelakeIan Rogers2022-03-183-680/+680
* | | | perf vendor events intel: Update events for ElkhartlakeIan Rogers2022-03-182-241/+241
* | | | perf vendor events intel: Update events for CascadelakeXIan Rogers2022-03-182-6588/+6588
* | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-03-146-25/+13
|\| | |
| * | | perf parse: Fix event parser error for hybrid systemsZhengjun Xing2022-03-121-2/+4
| * | | perf bench: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
| * | | perf parse-events: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
| * | | perf script: Fix error when printing 'weight' fieldGerman Gomez2022-02-231-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 test: Skip failing sigtrap test for arm+aarch64John Garry2022-02-181-14/+1
* | | | perf tools: Set build-id using build-id header on new mmap recordsJames Clark2022-03-123-3/+19
* | | | perf tools: Use ARRAY_SIZE() instead of ad hoc equivalent, spotted by array_s...Guo Zhengkui2022-03-071-1/+1
* | | | perf script: Output branch sample typeJames Clark2022-03-071-2/+3
* | | | perf script: Refactor branch stack printingJames Clark2022-03-071-15/+12
* | | | perf session: Print branch stack entry type in --dump-raw-traceJames Clark2022-03-071-2/+3
* | | | perf evsel: Add error message for unsupported branch stack casesJames Clark2022-03-071-0/+4
* | | | perf tools: Remove bpf_map__set_priv()/bpf_map__priv() usageJiri Olsa2022-03-051-7/+59
* | | | perf tools: Remove bpf_program__set_priv/bpf_program__priv usageJiri Olsa2022-03-051-16/+82
* | | | perf test: Add perf_event_attr tests for the arm_spe eventGerman Gomez2022-03-054-0/+66
* | | | perf vendor events intel: Add uncore event list for AlderlakeZhengjun Xing2022-03-052-0/+262
* | | | perf vendor events intel: Add core event list for AlderlakeZhengjun Xing2022-03-058-0/+4234
* | | | perf jevents: Add support for HiSilicon CPA PMU aliasingQi Liu2022-02-252-0/+82