index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Age
Commit message (
Expand
)
Author
2024-05-10
perf sched: Rename 'switches' column header to 'count' and add usage descript...
Madadi Vineeth Reddy
2024-04-03
perf evsel: Use evsel__name_is() helper
Yang Jihong
2024-04-03
perf sched timehist: Fix -g/--call-graph option failure
Yang Jihong
2024-02-09
perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...
Yang Jihong
2024-02-09
perf sched: Move curr_thread initialization to perf_sched__map()
Yang Jihong
2024-02-09
perf sched: Fix memory leak in perf_sched__map()
Yang Jihong
2024-02-09
perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...
Yang Jihong
2024-01-22
perf sched: Commit to evsel__taskstate() to parse task state info
Ze Gao
2024-01-22
perf sched: Sync state char array with the kernel
Ze Gao
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
2023-06-12
perf sched: Avoid large stack allocations
Ian Rogers
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
perf thread: Add reference count checking
Ian Rogers
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
perf thread: Remove notion of dead threads
Ian Rogers
2023-04-12
perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...
Chunxin Zang
2023-04-10
perf util: Move input_name to util
Ian Rogers
2022-12-02
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2022-10-04
perf sched: Factor out destroy_tasks()
Namhyung Kim
2022-10-04
perf sched: Fixes for thread safety analysis
Ian Rogers
2022-10-04
perf sched: Update use of pthread mutex
Ian Rogers
2022-08-27
perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=address
Ian Rogers
2022-08-10
perf sched latency: Fix subcommand matching error
Yang Jihong
2022-03-26
perf tools: Enhance the matching of sub-commands abbreviations
Wei Li
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
perf cpumap: Move 'has' function to libperf
Ian Rogers
2021-11-07
perf tools: Check vmlinux/kallsyms arguments in all tools
James Clark
2021-08-02
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
2021-07-18
perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set
Yang Jihong
2021-07-14
perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...
Arnaldo Carvalho de Melo
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'find' methods
Arnaldo Carvalho de Melo
2020-10-13
perf sched: Show start of latency as well
Joel Fernandes (Google)
2020-08-21
perf sched timehist: Fix use of CPU list with summary option
David Ahern
2020-08-13
perf sched: Prefer sched_waking event when it exists
David Ahern
2020-05-05
perf sched: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
2020-05-05
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
2020-05-05
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-01-06
perf sched timehist: Add support for filtering on CPU
David Ahern
2019-11-12
perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
Arnaldo Carvalho de Melo
2019-09-25
perf evsel: Introduce evsel_fprintf.h
Arnaldo Carvalho de Melo
2019-09-25
perf evsel: Remove need for symbol_conf in evsel_fprintf.c
Arnaldo Carvalho de Melo
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
perf sched: Add missing event.h include directive
Arnaldo Carvalho de Melo
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-26
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
[next]