| Commit message (Expand) | Author | Age | Files | Lines |
* | perf sched timehist: Fix invalid period calculation | Namhyung Kim | 2016-12-22 | 1 | -1/+1 |
* | perf sched timehist: Remove hardcoded 'comm_width' check at print_summary | Namhyung Kim | 2016-12-22 | 1 | -3/+0 |
* | perf sched timehist: Enlarge default 'comm_width' | Namhyung Kim | 2016-12-22 | 1 | -1/+1 |
* | perf sched timehist: Honour 'comm_width' when aligning the headers | Namhyung Kim | 2016-12-22 | 1 | -3/+4 |
* | perf sched timehist: Show callchains for idle stat | Namhyung Kim | 2016-12-15 | 1 | -0/+86 |
* | perf sched timehist: Add -I/--idle-hist option | Namhyung Kim | 2016-12-15 | 1 | -5/+41 |
* | perf sched timehist: Skip non-idle events when necessary | Namhyung Kim | 2016-12-15 | 1 | -7/+18 |
* | perf sched timehist: Save callchain when entering idle | Namhyung Kim | 2016-12-15 | 1 | -0/+30 |
* | perf sched timehist: Introduce struct idle_time_data | Namhyung Kim | 2016-12-15 | 1 | -4/+33 |
* | perf sched timehist: Split is_idle_sample() | Namhyung Kim | 2016-12-15 | 1 | -19/+20 |
* | perf sched timehist: Cleanup idle_max_cpu handling | Namhyung Kim | 2016-12-07 | 1 | -5/+4 |
* | perf sched timehist: Handle zero sample->tid properly | Namhyung Kim | 2016-12-07 | 1 | -1/+3 |
* | perf sched: Cleanup option processing | Namhyung Kim | 2016-12-07 | 1 | -5/+2 |
* | perf sched timehist: Improve error message when analyzing wrong file | David Ahern | 2016-12-07 | 1 | -1/+5 |
* | perf sched timehist: Add option to specify time window of interest | David Ahern | 2016-12-01 | 1 | -6/+45 |
* | perf sched timehist: Handle cpu migration events | David Ahern | 2016-11-25 | 1 | -2/+95 |
* | perf sched timehist: Enlarge max stack depth by 2 | Namhyung Kim | 2016-11-25 | 1 | -1/+1 |
* | perf sched timehist: Mark schedule function in callchains | Namhyung Kim | 2016-11-25 | 1 | -0/+21 |
* | perf callchain: Add option to skip ignore symbol when printing callchains | Namhyung Kim | 2016-11-25 | 1 | -1/+2 |
* | perf sched timehist: Add -V/--cpu-visual option | David Ahern | 2016-11-23 | 1 | -2/+42 |
* | perf sched timehist: Add call graph options | David Ahern | 2016-11-23 | 1 | -6/+82 |
* | perf sched timehist: Add -w/--wakeups option | David Ahern | 2016-11-23 | 1 | -4/+54 |
* | perf sched timehist: Add summary options | David Ahern | 2016-11-23 | 1 | -6/+160 |
* | perf sched timehist: Introduce timehist command | David Ahern | 2016-11-23 | 1 | -5/+589 |
* | perf tools: Introduce timestamp__scnprintf_usec() | Namhyung Kim | 2016-10-28 | 1 | -3/+7 |
* | perf sched map: Always show task comm with -v | Namhyung Kim | 2016-10-25 | 1 | -1/+1 |
* | perf sched map: Apply cpu color when there's an activity | Namhyung Kim | 2016-10-25 | 1 | -1/+1 |
* | perf sched: Make common options cascading | Namhyung Kim | 2016-10-25 | 1 | -12/+12 |
* | perf sched: Use linux/time64.h | Arnaldo Carvalho de Melo | 2016-08-23 | 1 | -18/+19 |
* | tools: Introduce str_error_r() | Arnaldo Carvalho de Melo | 2016-07-12 | 1 | -1/+1 |
* | perf sched map: Display only given cpus | Jiri Olsa | 2016-04-13 | 1 | -0/+23 |
* | perf sched map: Color given cpus | Jiri Olsa | 2016-04-13 | 1 | -3/+33 |
* | perf sched map: Color given pids | Jiri Olsa | 2016-04-13 | 1 | -4/+73 |
* | perf sched: Use color_fprintf for output | Jiri Olsa | 2016-04-13 | 1 | -8/+10 |
* | perf sched: Add compact display option | Jiri Olsa | 2016-04-13 | 1 | -6/+56 |
* | perf subcmd: Create subcmd library | Josh Poimboeuf | 2015-12-17 | 1 | -1/+1 |
* | perf sched latency: Fix thread pid reuse issue | Jiri Olsa | 2015-11-05 | 1 | -2/+3 |
* | perf tools: Introduce usage_with_options_msg() | Namhyung Kim | 2015-10-27 | 1 | -2/+2 |
* | perf sched: Add option to merge like comms to lat output | Josef Bacik | 2015-05-27 | 1 | -5/+72 |
* | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 2015-05-08 | 1 | -26/+56 |
* | perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins... | Yunlong Song | 2015-04-08 | 1 | -4/+4 |
* | perf sched replay: Support using -f to override perf.data file ownership | Yunlong Song | 2015-04-08 | 1 | -0/+1 |
* | perf sched replay: Fix the EMFILE error caused by the limitation of the maxim... | Yunlong Song | 2015-04-08 | 1 | -5/+26 |
* | perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails... | Yunlong Song | 2015-04-08 | 1 | -1/+3 |
* | perf sched replay: Fix the segmentation fault problem caused by pr_err in thr... | Yunlong Song | 2015-04-08 | 1 | -2/+3 |
* | perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the... | Yunlong Song | 2015-04-08 | 1 | -1/+6 |
* | perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th... | Yunlong Song | 2015-04-08 | 1 | -2/+9 |
* | perf sched replay: Increase the MAX_PID value to fix assertion failure problem | Yunlong Song | 2015-04-08 | 1 | -1/+1 |
* | perf sched replay: Use struct task_desc instead of struct task_task for corre... | Yunlong Song | 2015-04-08 | 1 | -1/+1 |
* | perf ordered_events: Shorten function signatures | Arnaldo Carvalho de Melo | 2015-03-11 | 1 | -1/+1 |