| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-01 | perf sched: Avoid union type punning undefined behavior | Ian Rogers | 1 | -15/+4 |
| 2025-07-25 | perf session: Add accessor for session->header.env | Ian Rogers | 1 | -3/+5 |
| 2025-07-17 | perf sched timehist: decode process names of processes in zombie state | Anubhav Shelat | 1 | -0/+5 |
| 2025-07-03 | perf sched: Fix memory leaks in 'perf sched latency' | Namhyung Kim | 1 | -3/+24 |
| 2025-07-03 | perf sched: Use RC_CHK_EQUAL() to compare pointers | Namhyung Kim | 1 | -1/+1 |
| 2025-07-03 | perf sched: Fix memory leaks for evsel->priv in timehist | Namhyung Kim | 1 | -0/+12 |
| 2025-07-03 | perf sched: Fix thread leaks in 'perf sched timehist' | Namhyung Kim | 1 | -11/+37 |
| 2025-07-03 | perf sched: Fix memory leaks in 'perf sched map' | Namhyung Kim | 1 | -11/+20 |
| 2025-07-03 | perf sched: Free thread->priv using priv_destructor | Namhyung Kim | 1 | -0/+2 |
| 2025-07-03 | perf sched: Make sure it frees the usage string | Namhyung Kim | 1 | -12/+13 |
| 2024-12-09 | perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS | Ian Rogers | 1 | -0/+1 |
| 2024-10-17 | perf color: Add printf format checking and resolve issues | Ian Rogers | 1 | -1/+1 |
| 2024-10-14 | perf sched timehist: Add pre-migration wait time option | Madadi Vineeth Reddy | 1 | -39/+59 |
| 2024-09-26 | perf sched replay: Remove unused parts of the code | Madadi Vineeth Reddy | 1 | -13/+3 |
| 2024-09-04 | libsubcmd: Don't free the usage string | Aditya Gupta | 1 | -0/+3 |
| 2024-09-03 | perf sched timehist: Add --prio option | Yang Jihong | 1 | -1/+73 |
| 2024-09-03 | perf sched timehist: Add --show-prio option | Yang Jihong | 1 | -7/+84 |
| 2024-09-03 | perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event() | Yang Jihong | 1 | -2/+0 |
| 2024-09-03 | perf sched timehist: Skip print non-idle task samples when only show idle events | Yang Jihong | 1 | -3/+3 |
| 2024-08-30 | perf sched timehist: Fixed timestamp error when unable to confirm event sched... | Yang Jihong | 1 | -1/+4 |
| 2024-08-16 | perf sched timehist: Fix missing free of session in perf_sched__timehist() | Yang Jihong | 1 | -1/+2 |
| 2024-08-12 | perf sched: Use perf_tool__init() | Ian Rogers | 1 | -9/+7 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -17/+17 |
| 2024-07-12 | perf sched map: Add --fuzzy-name option for fuzzy matching in task names | Madadi Vineeth Reddy | 1 | -7/+13 |
| 2024-07-12 | perf sched map: Add support for multiple task names using CSV | Madadi Vineeth Reddy | 1 | -5/+27 |
| 2024-07-12 | perf sched map: Add task-name option to filter the output map | Madadi Vineeth Reddy | 1 | -36/+111 |
| 2024-06-28 | perf sched replay: Fix -r/--repeat command line option for infinity | Madadi Vineeth Reddy | 1 | -1/+4 |
| 2024-06-25 | perf: Timehist account sch delay for scheduled out running | Fernand Sieber | 1 | -1/+4 |
| 2024-06-15 | perf: sched map skips redundant lines with cpu filters | Fernand Sieber | 1 | -6/+6 |
| 2024-05-10 | perf sched: Rename 'switches' column header to 'count' and add usage descript... | Madadi Vineeth Reddy | 1 | -1/+1 |
| 2024-04-03 | perf evsel: Use evsel__name_is() helper | Yang Jihong | 1 | -2/+2 |
| 2024-04-03 | perf sched timehist: Fix -g/--call-graph option failure | Yang Jihong | 1 | -2/+5 |
| 2024-02-09 | perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_... | Yang Jihong | 1 | -33/+61 |
| 2024-02-09 | perf sched: Move curr_thread initialization to perf_sched__map() | Yang Jihong | 1 | -7/+8 |
| 2024-02-09 | perf sched: Fix memory leak in perf_sched__map() | Yang Jihong | 1 | -15/+26 |
| 2024-02-09 | perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ... | Yang Jihong | 1 | -7/+12 |
| 2024-01-22 | perf sched: Commit to evsel__taskstate() to parse task state info | Ze Gao | 1 | -36/+10 |
| 2024-01-22 | perf sched: Sync state char array with the kernel | Ze Gao | 1 | -12/+1 |
| 2023-10-25 | libperf rc_check: Add RC_CHK_EQUAL | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf sched: Avoid large stack allocations | Ian Rogers | 1 | -4/+22 |
| 2023-06-12 | perf callchain: Use pthread keys for tls callchain_cursor | Ian Rogers | 1 | -3/+11 |
| 2023-06-12 | perf thread: Add reference count checking | Ian Rogers | 1 | -2/+2 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -0/+2 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -22/+29 |
| 2023-06-12 | perf thread: Remove notion of dead threads | Ian Rogers | 1 | -22/+1 |
| 2023-04-12 | perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w... | Chunxin Zang | 1 | -1/+14 |
| 2023-04-10 | perf util: Move input_name to util | Ian Rogers | 1 | -1/+1 |
| 2022-12-02 | perf tools: Use dedicated non-atomic clear/set bit helpers | Sean Christopherson | 1 | -1/+1 |
| 2022-10-04 | perf sched: Factor out destroy_tasks() | Namhyung Kim | 1 | -2/+22 |
| 2022-10-04 | perf sched: Fixes for thread safety analysis | Ian Rogers | 1 | -17/+29 |
| 2022-10-04 | perf sched: Update use of pthread mutex | Ian Rogers | 1 | -35/+32 |
| 2022-08-27 | perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=address | Ian Rogers | 1 | -5/+19 |
| 2022-08-10 | perf sched latency: Fix subcommand matching error | Yang Jihong | 1 | -1/+1 |
| 2022-03-26 | perf tools: Enhance the matching of sub-commands abbreviations | Wei Li | 1 | -2/+2 |
| 2022-01-12 | perf cpumap: Give CPUs their own type | Ian Rogers | 1 | -29/+36 |
| 2022-01-12 | perf cpumap: Move 'has' function to libperf | Ian Rogers | 1 | -3/+3 |
| 2021-11-07 | perf tools: Check vmlinux/kallsyms arguments in all tools | James Clark | 1 | -0/+4 |
| 2021-08-02 | perf tools: Remove repipe argument from perf_session__new() | Namhyung Kim | 1 | -2/+2 |
| 2021-07-18 | perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set | Yang Jihong | 1 | -4/+29 |
| 2021-07-14 | perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' 'find' methods | Arnaldo Carvalho de Melo | 1 | -4/+2 |
| 2020-10-13 | perf sched: Show start of latency as well | Joel Fernandes (Google) | 1 | -10/+14 |
| 2020-08-21 | perf sched timehist: Fix use of CPU list with summary option | David Ahern | 1 | -1/+5 |
| 2020-08-13 | perf sched: Prefer sched_waking event when it exists | David Ahern | 1 | -3/+29 |
| 2020-05-05 | perf sched: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() | Arnaldo Carvalho de Melo | 1 | -9/+8 |
| 2020-05-05 | perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete... | Arnaldo Carvalho de Melo | 1 | -29/+28 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-01-06 | perf sched timehist: Add support for filtering on CPU | David Ahern | 1 | -0/+13 |
| 2019-11-12 | perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-25 | perf evsel: Introduce evsel_fprintf.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-25 | perf evsel: Remove need for symbol_conf in evsel_fprintf.c | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-20 | perf session: Return error code for perf_session__new() function on failure | Mamatha Inamdar | 1 | -5/+6 |
| 2019-09-20 | perf sched: Add missing event.h include directive | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-09-20 | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-31 | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-29 | perf tools: Move everything related to sys_perf_event_open() to perf-sys.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-26 | libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | libperf: Include perf_evlist in evlist object | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Include perf_evsel in evsel object | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -37/+37 |
| 2019-07-29 | perf tools: Rename struct thread_map to struct perf_thread_map | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf cpu_map: Rename struct cpu_map to struct perf_cpu_map | Jiri Olsa | 1 | -4/+4 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-25 | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-25 | perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-02-22 | perf data: Add global path holder | Jiri Olsa | 1 | -10/+6 |
| 2019-01-25 | perf sched: Use cached rbtrees | Davidlohr Bueso | 1 | -20/+25 |
| 2019-01-21 | perf tools: Replace automatic const char[] variables by statics | Rasmus Villemoes | 1 | -1/+1 |
| 2018-06-05 | perf sched: Use sched->show_callchain where appropriate | Arnaldo Carvalho de Melo | 1 | -5/+6 |
| 2018-06-05 | perf evsel: Add has_callchain() helper to make code more compact/clear | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2018-03-07 | perf sched map: Re-annotate shortname if thread comm changed | Changbin Du | 1 | -2/+36 |
| 2018-03-07 | perf sched: Move thread::shortname to thread_runtime | Changbin Du | 1 | -40/+55 |
| 2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-30 | perf tools: Add struct perf_data_file | Jiri Olsa | 1 | -6/+10 |
| 2017-10-30 | perf tools: Rename struct perf_data_file to perf_data | Jiri Olsa | 1 | -4/+4 |
| 2017-09-13 | perf sched timehist: Add pid and tid options | David Ahern | 1 | -0/+4 |
| 2017-06-27 | perf tools: Replace error() with pr_err() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Move sane ctype stuff from util.h to sane_ctype.h | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-27 | perf tools: Remove unused 'prefix' from builtin functions | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2017-03-14 | perf sched timehist: Add --next option | Brendan Gregg | 1 | -5/+20 |
| 2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+1 |
| 2017-02-20 | perf utils: Check verbose flag properly | Namhyung Kim | 1 | -6/+6 |
| 2017-02-13 | perf symbols: No need to check if sym->name is NULL | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-01-17 | perf sched timehist: Show total wait times for summary | Namhyung Kim | 1 | -3/+41 |
| 2017-01-17 | perf sched timehist: Add --state option | Namhyung Kim | 1 | -4/+34 |
| 2017-01-17 | perf sched timehist: Account thread wait time separately | Namhyung Kim | 1 | -6/+44 |
| 2016-12-27 | perf sched timehist: Show total scheduling time | Namhyung Kim | 1 | -3/+14 |
| 2016-12-22 | perf sched timehist: Fix invalid period calculation | Namhyung Kim | 1 | -1/+1 |
| 2016-12-22 | perf sched timehist: Remove hardcoded 'comm_width' check at print_summary | Namhyung Kim | 1 | -3/+0 |
| 2016-12-22 | perf sched timehist: Enlarge default 'comm_width' | Namhyung Kim | 1 | -1/+1 |
| 2016-12-22 | perf sched timehist: Honour 'comm_width' when aligning the headers | Namhyung Kim | 1 | -3/+4 |
| 2016-12-15 | perf sched timehist: Show callchains for idle stat | Namhyung Kim | 1 | -0/+86 |
| 2016-12-15 | perf sched timehist: Add -I/--idle-hist option | Namhyung Kim | 1 | -5/+41 |
| 2016-12-15 | perf sched timehist: Skip non-idle events when necessary | Namhyung Kim | 1 | -7/+18 |
| 2016-12-15 | perf sched timehist: Save callchain when entering idle | Namhyung Kim | 1 | -0/+30 |
| 2016-12-15 | perf sched timehist: Introduce struct idle_time_data | Namhyung Kim | 1 | -4/+33 |
| 2016-12-15 | perf sched timehist: Split is_idle_sample() | Namhyung Kim | 1 | -19/+20 |
| 2016-12-07 | perf sched timehist: Cleanup idle_max_cpu handling | Namhyung Kim | 1 | -5/+4 |
| 2016-12-07 | perf sched timehist: Handle zero sample->tid properly | Namhyung Kim | 1 | -1/+3 |
| 2016-12-07 | perf sched: Cleanup option processing | Namhyung Kim | 1 | -5/+2 |
| 2016-12-07 | perf sched timehist: Improve error message when analyzing wrong file | David Ahern | 1 | -1/+5 |
| 2016-12-01 | perf sched timehist: Add option to specify time window of interest | David Ahern | 1 | -6/+45 |
| 2016-11-25 | perf sched timehist: Handle cpu migration events | David Ahern | 1 | -2/+95 |
| 2016-11-25 | perf sched timehist: Enlarge max stack depth by 2 | Namhyung Kim | 1 | -1/+1 |
| 2016-11-25 | perf sched timehist: Mark schedule function in callchains | Namhyung Kim | 1 | -0/+21 |
| 2016-11-25 | perf callchain: Add option to skip ignore symbol when printing callchains | Namhyung Kim | 1 | -1/+2 |
| 2016-11-23 | perf sched timehist: Add -V/--cpu-visual option | David Ahern | 1 | -2/+42 |
| 2016-11-23 | perf sched timehist: Add call graph options | David Ahern | 1 | -6/+82 |
| 2016-11-23 | perf sched timehist: Add -w/--wakeups option | David Ahern | 1 | -4/+54 |
| 2016-11-23 | perf sched timehist: Add summary options | David Ahern | 1 | -6/+160 |
| 2016-11-23 | perf sched timehist: Introduce timehist command | David Ahern | 1 | -5/+589 |
| 2016-10-28 | perf tools: Introduce timestamp__scnprintf_usec() | Namhyung Kim | 1 | -3/+7 |
| 2016-10-25 | perf sched map: Always show task comm with -v | Namhyung Kim | 1 | -1/+1 |
| 2016-10-25 | perf sched map: Apply cpu color when there's an activity | Namhyung Kim | 1 | -1/+1 |
| 2016-10-25 | perf sched: Make common options cascading | Namhyung Kim | 1 | -12/+12 |
| 2016-08-23 | perf sched: Use linux/time64.h | Arnaldo Carvalho de Melo | 1 | -18/+19 |
| 2016-07-12 | tools: Introduce str_error_r() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-04-13 | perf sched map: Display only given cpus | Jiri Olsa | 1 | -0/+23 |
| 2016-04-13 | perf sched map: Color given cpus | Jiri Olsa | 1 | -3/+33 |
| 2016-04-13 | perf sched map: Color given pids | Jiri Olsa | 1 | -4/+73 |
| 2016-04-13 | perf sched: Use color_fprintf for output | Jiri Olsa | 1 | -8/+10 |
| 2016-04-13 | perf sched: Add compact display option | Jiri Olsa | 1 | -6/+56 |
| 2015-12-17 | perf subcmd: Create subcmd library | Josh Poimboeuf | 1 | -1/+1 |
| 2015-11-05 | perf sched latency: Fix thread pid reuse issue | Jiri Olsa | 1 | -2/+3 |
| 2015-10-27 | perf tools: Introduce usage_with_options_msg() | Namhyung Kim | 1 | -2/+2 |
| 2015-05-27 | perf sched: Add option to merge like comms to lat output | Josef Bacik | 1 | -5/+72 |
| 2015-05-08 | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 1 | -26/+56 |
| 2015-04-08 | perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins... | Yunlong Song | 1 | -4/+4 |
| 2015-04-08 | perf sched replay: Support using -f to override perf.data file ownership | Yunlong Song | 1 | -0/+1 |
| 2015-04-08 | perf sched replay: Fix the EMFILE error caused by the limitation of the maxim... | Yunlong Song | 1 | -5/+26 |
| 2015-04-08 | perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails... | Yunlong Song | 1 | -1/+3 |
| 2015-04-08 | perf sched replay: Fix the segmentation fault problem caused by pr_err in thr... | Yunlong Song | 1 | -2/+3 |
| 2015-04-08 | perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the... | Yunlong Song | 1 | -1/+6 |
| 2015-04-08 | perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th... | Yunlong Song | 1 | -2/+9 |
| 2015-04-08 | perf sched replay: Increase the MAX_PID value to fix assertion failure problem | Yunlong Song | 1 | -1/+1 |
| 2015-04-08 | perf sched replay: Use struct task_desc instead of struct task_task for corre... | Yunlong Song | 1 | -1/+1 |
| 2015-03-11 | perf ordered_events: Shorten function signatures | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-03-03 | perf sched: No need to keep the session around | Arnaldo Carvalho de Melo | 1 | -16/+8 |
| 2015-03-03 | perf tools: Reference count struct thread | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-02-22 | perf evlist: Adopt events_stats from perf_session | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2014-10-09 | perf sched: Stop updating hists stats, not used | Arnaldo Carvalho de Melo | 1 | -3/+0 |
| 2014-08-15 | perf sched: Use strerror_r instead of strerror | Masami Hiramatsu | 1 | -1/+3 |
| 2014-08-13 | perf tools: Check recorded kernel version when finding vmlinux | Namhyung Kim | 1 | -1/+1 |
| 2014-08-13 | perf sched: Move call to symbol__init() after creating session | Namhyung Kim | 1 | -1/+2 |
| 2014-08-12 | perf tools: Rename ordered_samples bool to ordered_events | Jiri Olsa | 1 | -1/+1 |
| 2014-07-18 | perf tools: Enable close-on-exec flag on perf file descriptor | Yann Droneaud | 1 | -1/+3 |
| 2014-07-16 | perf machine: Fix the value used for unknown pids | Adrian Hunter | 1 | -6/+6 |
| 2014-06-01 | perf tools: Introduce hists__inc_nr_samples() | Namhyung Kim | 1 | -1/+1 |
| 2014-05-16 | perf sched: Cleanup, remove unused variables in map_switch_event() | Dongsheng Yang | 1 | -4/+2 |
| 2014-05-16 | perf sched: Remove nr_state_machine_bugs in perf latency | Dongsheng Yang | 1 | -11/+8 |
| 2014-05-12 | perf tools: Remove usage of trace_sched_wakeup(.success) | Peter Zijlstra | 1 | -6/+1 |
| 2014-05-12 | perf tools: Clarify the output of perf sched map. | Dongsheng | 1 | -15/+20 |
| 2014-05-12 | perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space. | Dongsheng | 1 | -1/+1 |
| 2014-05-12 | perf tools: Add missing event for perf sched record. | Dongsheng | 1 | -0/+1 |
| 2014-04-16 | perf sched: Introduce --list-cmds for use by scripts | Ramkumar Ramachandra | 1 | -4/+6 |
| 2014-03-18 | perf sched: Fixup header alignment in 'latency' output | Ramkumar Ramachandra | 1 | -5/+5 |
| 2013-12-27 | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2013-11-07 | perf evsel: Ditch evsel->handler.data field | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2013-11-04 | perf tools: Use an accessor to read thread comm | Frederic Weisbecker | 1 | -8/+8 |
| 2013-10-23 | perf sched: Optimize build time | Adrian Hunter | 1 | -1/+4 |
| 2013-10-23 | perf sched: Make struct perf_sched sched a local variable | Adrian Hunter | 1 | -21/+20 |
| 2013-10-21 | perf tools: Add data object to handle perf data file | Jiri Olsa | 1 | -1/+5 |
| 2013-08-29 | perf tools: change machine__findnew_thread() to set thread pid | Adrian Hunter | 1 | -9/+11 |
| 2013-08-12 | perf sched: Remove sched_process_fork tracepoint | David Ahern | 1 | -29/+31 |
| 2013-08-12 | perf sched: Remove sched_process_exit tracepoint | David Ahern | 1 | -11/+0 |
| 2013-08-12 | perf sched: Remove thread lookup in sample handler | David Ahern | 1 | -7/+0 |
| 2013-08-12 | perf sched: Simplify arguments to read_events | David Ahern | 1 | -7/+9 |
| 2013-07-12 | perf tools: struct thread has a tid not a pid | Adrian Hunter | 1 | -6/+6 |
| 2013-07-12 | perf sched: Move struct perf_sched definition out of cmd_sched() | Namhyung Kim | 1 | -20/+21 |
| 2013-07-08 | perf record: Remove -f/--force option | Jiri Olsa | 1 | -1/+0 |
| 2013-04-01 | Revert "perf sched: Handle PERF_RECORD_EXIT events" | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2013-01-24 | perf session: There is no need for a per session hists instance | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2012-10-29 | perf tools: Add a global variable "const char *input_name" | Feng Tang | 1 | -3/+2 |