summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-ftrace.c
AgeCommit message (Expand)Author
2025-02-26perf ftrace latency: allow to hide empty bucketsGabriele Monaco
2025-02-26perf ftrace latency: variable histogram bucketsGabriele Monaco
2025-01-10perf ftrace: Fix display for range of the first bucketNamhyung Kim
2025-01-10perf ftrace: Check min/max latency only with bucket rangeNamhyung Kim
2025-01-08perf ftrace profile: Add --graph-opts optionNamhyung Kim
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-12-10perf ftrace latency: Add --max-latency optionGabriele Monaco
2024-12-10perf ftrace latency: Introduce --min-latency to narrow down into a latency rangeArnaldo Carvalho de Melo
2024-12-10perf ftrace latency: Introduce --bucket-range to ask for linear bucketingArnaldo Carvalho de Melo
2024-12-10perf ftrace latency: Pass ftrace pointer to histogram routines to pass more argsArnaldo Carvalho de Melo
2024-12-09perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu
2024-10-30perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo
2024-09-11perf ftrace: Detect whether ftrace is enabled on systemChangbin Du
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers
2024-07-31perf ftrace profile: Add -s/--sort optionNamhyung Kim
2024-07-31perf ftrace: Add 'profile' commandNamhyung Kim
2024-07-31perf ftrace: Factor out check_ftrace_capable()Namhyung Kim
2024-07-31perf ftrace: Add 'tail' option to --graph-optsNamhyung Kim
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo
2023-05-26perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim
2023-05-15perf ftrace: Flush output after each writingChangbin Du
2023-04-04perf ftrace: Make system wide the default target for latency subcommandYang Jihong
2023-03-13perf ftrace: Reuse target::initial_delayChangbin Du
2022-11-03perf ftrace: Use sig_atomic_t to avoid UBIan Rogers
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-03-22perf ftrace latency: Add -n/--use-nsec optionNamhyung Kim
2022-02-06perf ftrace: system_wide collection is not effective by defaultChangbin Du
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim
2021-12-16perf ftrace: Add 'latency' subcommandNamhyung Kim
2021-12-16perf ftrace: Move out common code from __cmd_ftraceNamhyung Kim
2021-12-16perf ftrace: Add 'trace' subcommandNamhyung Kim
2021-04-23perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter
2020-11-30perf evlist: Use the right prefix for 'struct evlist' create maps methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'workload' methodsArnaldo Carvalho de Melo
2020-09-04perf: ftrace: Add filter support for option -F/--funcsChangbin Du
2020-08-14perf ftrace: Make option description initials all capital lettersArnaldo Carvalho de Melo
2020-08-14perf ftrace: Add change logChangbin Du
2020-08-14perf: ftrace: Add set_tracing_options() to set all trace optionsChangbin Du
2020-08-14perf ftrace: Add option --tid to filter by thread idChangbin Du
2020-08-14perf ftrace: Add option -D/--delay to delay tracingChangbin Du
2020-08-14perf: ftrace: Allow set graph depth by '--graph-opts'Changbin Du
2020-08-14perf ftrace: Add support for trace option tracing_threshChangbin Du
2020-08-14perf ftrace: Add option 'verbose' to show more info for graph tracerChangbin Du
2020-08-14perf ftrace: Add support for tracing option 'irq-info'Changbin Du
2020-08-14perf ftrace: Add support for trace option funcgraph-irqsChangbin Du