summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-01-07 16:37:30 +0100
committerJean Delvare <khali@linux-fr.org>2009-01-07 16:37:30 +0100
commit4c82c38ae29a01338b5104b0111cecefaf3a1025 (patch)
tree79136a154f18208209a3b4363aaf9ca04eede9b8 /tools/perf/scripts/python
parent754a5907b01687089382e362753dcceaca58ee66 (diff)
downloadkernel-4c82c38ae29a01338b5104b0111cecefaf3a1025.tar.gz
hwmon: (f71882fg) Remove the fan_mode module option
Remove the fan_mode module option it was a monstrosity to begin with, and when adding support for the F8000 it becomes a real pain! Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ame option for fuzzy matching in task namesMadadi Vineeth Reddy 2024-07-12perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy 2024-07-12perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy 2024-06-28perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy 2024-06-25perf: Timehist account sch delay for scheduled out runningFernand Sieber 2024-06-15perf: sched map skips redundant lines with cpu filtersFernand Sieber 2024-05-10perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy 2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong 2024-04-03perf sched timehist: Fix -g/--call-graph option failureYang Jihong 2024-02-09perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong 2024-02-09perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong 2024-02-09perf sched: Fix memory leak in perf_sched__map()Yang Jihong 2024-02-09perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong 2024-01-22perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao 2024-01-22perf sched: Sync state char array with the kernelZe Gao 2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers 2023-06-12perf sched: Avoid large stack allocationsIan Rogers 2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers 2023-06-12perf thread: Add reference count checkingIan Rogers 2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers 2023-06-12perf thread: Add accessor functions for threadIan Rogers 2023-06-12perf thread: Remove notion of dead threadsIan Rogers 2023-04-12perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...Chunxin Zang 2023-04-10perf util: Move input_name to utilIan Rogers 2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson 2022-10-04perf sched: Factor out destroy_tasks()Namhyung Kim 2022-10-04perf sched: Fixes for thread safety analysisIan Rogers 2022-10-04perf sched: Update use of pthread mutexIan Rogers 2022-08-27perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers 2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong 2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li