aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2020-09-16perf stat: Fix the ratio comments of miss-eventsGravatar Qi Liu 1-10/+10
2020-09-15perf test: Free formats for perf pmu parse testGravatar Namhyung Kim 3-0/+13
2020-09-15perf metric: Do not free metric when failed to resolveGravatar Namhyung Kim 1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveGravatar Namhyung Kim 1-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingGravatar Namhyung Kim 1-3/+5
2020-09-15perf test: Fix memory leaks in parse-metric testGravatar Namhyung Kim 1-5/+9
2020-09-15perf parse-event: Fix memory leak in evsel->unitGravatar Namhyung Kim 1-1/+1
2020-09-15perf evlist: Fix cpu/thread map leakGravatar Namhyung Kim 1-3/+8
2020-09-15perf metric: Fix some memory leaks - part 2Gravatar Namhyung Kim 1-0/+2
2020-09-15perf metric: Fix some memory leaksGravatar Namhyung Kim 1-2/+5
2020-09-15perf test: Free aliases for PMU event map aliases testGravatar Namhyung Kim 3-1/+7
2020-09-15perf vendor events amd: Remove trailing commasGravatar Henry Burns 2-2/+2
2020-09-14perf test: Leader sampling shouldn't clear sample periodGravatar Ian Rogers 2-0/+30
2020-09-14perf record: Don't clear event's period if set by a termGravatar Ian Rogers 1-8/+26
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsGravatar Stephane Eranian 1-2/+1
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.Gravatar David Sharp 1-1/+6
2020-09-14perf bench: Fix 2 memory sanitizer warningsGravatar Ian Rogers 1-2/+2
2020-09-14perf test: Fix the "signal" test inline assemblyGravatar Jiri Olsa 1-1/+4
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleGravatar Jiri Olsa 3-7/+24
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationGravatar Kim Phillips 2-0/+8
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...Gravatar YueHaibing 1-2/+2
2020-09-03perf stat: Turn off summary for interval mode by defaultGravatar Jin Yao 3-3/+9
2020-09-03perf jevents: Fix suspicious code in fixregex()Gravatar Namhyung Kim 1-1/+1
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersGravatar Arnaldo Carvalho de Melo 1-4/+4
2020-09-01perf report: Disable ordered_events for raw dumpGravatar Jiri Olsa 1-0/+3
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromGravatar Al Grant 1-1/+8
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromGravatar Al Grant 1-1/+8
2020-09-01perf top/report: Fix infinite loop in the TUI for grouped eventsGravatar Arnaldo Carvalho de Melo 1-1/+2
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsGravatar Ian Rogers 1-13/+17
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodGravatar Thomas Richter 1-1/+1
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Gravatar Thomas Richter 1-0/+3
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingGravatar Jin Yao 2-2/+5
2020-09-01perf record: Correct the help info of option "--no-bpf-event"Gravatar Wei Li 1-1/+1
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitGravatar Chris Wilson 2-2/+2
2020-08-21perf: arm-spe: Fix check error when synthesizing eventsGravatar Wei Li 1-3/+3
2020-08-21perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-08-21perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setGravatar Tiezhu Yang 1-0/+2
2020-08-21perf sched timehist: Fix use of CPU list with summary optionGravatar David Ahern 1-1/+5
2020-08-21perf test: Fix basic bpf filtering testGravatar Sumanth Korikkar 1-1/+1
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 27-229/+1209
2020-08-14all arch: remove system call sys_sysctlGravatar Xiaoming Ni 3-3/+3
2020-08-14perf ftrace: Make option description initials all capital lettersGravatar Arnaldo Carvalho de Melo 1-14/+14
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundGravatar Frank Ch. Eigler 3-0/+29
2020-08-14perf bench numa: Remove dead code in parse_nodes_opt()Gravatar Peng Fan 1-2/+0
2020-08-14perf stat: Update POWER9 metrics to utilize other metricsGravatar Paul A. Clarke 1-24/+24
2020-08-14perf ftrace: Add change logGravatar Changbin Du 1-0/+1
2020-08-14perf: ftrace: Add set_tracing_options() to set all trace optionsGravatar Changbin Du 1-55/+63
2020-08-14perf ftrace: Add option --tid to filter by thread idGravatar Changbin Du 2-0/+6
2020-08-14perf ftrace: Add option -D/--delay to delay tracingGravatar Changbin Du 2-3/+20
2020-08-14perf: ftrace: Allow set graph depth by '--graph-opts'Gravatar Changbin Du 2-7/+3