2016-12-20 | Arnaldo Carvalho... | samples/bpf: Be consistent with bpf_load_program bpf_insn... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Joe Stringer | tools lib bpf: Add bpf_prog_{attach,detach} Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Joe Stringer | samples/bpf: Switch over to libbpf Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Kan Liang | perf diff: Do not overwrite valid build id Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Ravi Bangoria | perf annotate: Don't throw error for zero length symbols Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Davidlohr Bueso | perf bench futex: Fix lock-pi help string Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Jiri Olsa | perf trace: Check if MAP_32BIT is defined (again) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-20 | Arnaldo Carvalho... | samples/bpf: Make perf_event_read() static Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Joe Stringer | samples/bpf: Make samples more libbpf-centric Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Joe Stringer | tools lib bpf: Add flags to bpf_create_map() Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Joe Stringer | tools lib bpf: use __u32 from linux/types.h Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Joe Stringer | tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.h Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Ravi Bangoria | perf annotate: Fix jump target outside of function... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Ravi Bangoria | perf annotate: Support jump instruction with target... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Jiri Olsa | perf record: Force ignore_missing_thread for uid option Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Jiri Olsa | perf evsel: Allow to ignore missing pid Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Jiri Olsa | perf thread_map: Add thread_map__remove function Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Jiri Olsa | perf evsel: Use variable instead of repeating lengthy... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Jiri Olsa | perf mem: Fix --all-user/--all-kernel options Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Arnaldo Carvalho... | perf tools: Remove some needless __maybe_unused Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Namhyung Kim | perf sched timehist: Show callchains for idle stat Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Namhyung Kim | perf sched timehist: Add -I/--idle-hist option Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Namhyung Kim | perf sched timehist: Skip non-idle events when necessary Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Namhyung Kim | perf sched timehist: Save callchain when entering idle Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Namhyung Kim | perf sched timehist: Introduce struct idle_time_data Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Namhyung Kim | perf sched timehist: Split is_idle_sample() Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-15 | Jiri Olsa | perf tools: Move headers check into bash script Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-07 | Yannick Brosseau | perf tools: Explicitly document that --children is... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-07 | Namhyung Kim | perf sched timehist: Cleanup idle_max_cpu handling Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-07 | Namhyung Kim | perf sched timehist: Handle zero sample->tid properly Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-07 | Namhyung Kim | perf callchain: Introduce callchain_cursor__copy() Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-07 | Namhyung Kim | perf sched: Cleanup option processing Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-07 | David Ahern | perf sched timehist: Improve error message when analyzing... Reported-and-Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-06 | Jiri Olsa | perf tools: Move perf build related variables under... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-06 | Jiri Olsa | perf tools: Force fixdep compilation at the start of... Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-06 | Jiri Olsa | perf tools: Move PERF-VERSION-FILE target into rules... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-06 | Wang Nan | perf build: Check LLVM version in feature check Reported-and-Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Ravi Bangoria | perf annotate: Show raw form for jump instruction with... Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Jiri Olsa | perf tools: Add non config targets Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Jiri Olsa | perf tools: Cleanup build directory before each test Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Jiri Olsa | perf tools: Move python/perf.so target into rules area Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Jiri Olsa | perf tools: Move install-gtk target into rules area Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Jiri Olsa | tools build: Move tabs to spaces where suitable Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Jiri Olsa | tools build: Make the .cmd file more readable Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf clang: Compile BPF script using builtin clang... Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf clang: Support compile IR to BPF object and add... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf clang: Update test case to use real BPF script Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf clang: Allow passing CFLAGS to builtin clang Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf clang: Use real file system for #include Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf clang: Add builtin clang support ant test case Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf build: Add clang and llvm compile and linking... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | tools build: Add feature detection for clang Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | tools build: Add feature detection for LLVM Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf llvm: Extract helpers in llvm-utils.c Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Wang Nan | perf tools: Pass context to perf hook functions Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Peter Foley | tools build: Fix objtool build with clang Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-05 | Jiri Olsa | tools build: Make fixdep parsing wait for last target Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | Kim Phillips | perf annotate: AArch64 support Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | Kim Phillips | perf annotate: Use arch->objdump.comment_char in dec__parse() Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | David Ahern | perf report: Add option to specify time window of interest Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | David Ahern | perf kmem: Add option to specify time window of interest Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | David Ahern | perf sched timehist: Add option to specify time window... Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | David Ahern | perf script: Add option to specify time window of interest Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | David Ahern | perf tools: Move parse_nsec_time to time-utils.c Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-12-01 | David Ahern | perf tools: Add time-based utility functions Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-29 | David Ahern | perf script: Add option to stop printing callchain Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-29 | David Ahern | perf kmem stat: Track memory freed Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-29 | Arnaldo Carvalho... | perf test: Remove "test" and similar strings from test... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-29 | Wang Nan | perf tools: Introduce perf hooks Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-29 | Wang Nan | tools lib bpf: Retrive bpf_map through offset of bpf_map_def Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-29 | Wang Nan | tools lib bpf: Add private field for bpf_object Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-29 | Wang Nan | tools lib bpf: Add missing BPF functions Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | David Ahern | perf trace: Update tid/pid filtering option to leverage... Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | David Ahern | perf sched timehist: Handle cpu migration events Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Arnaldo Carvalho... | perf annotate: Show invalid jump offset in error message Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Arnaldo Carvalho... | perf ui helpline: Provide a printf variant Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Eric Leblond | tools lib bpf: Fix maps resolution Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Wang Nan | perf tools: Add missing struct definition in probe_event.h Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Wang Nan | perf record: Fix segfault when running with suid and... Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Wang Nan | perf tools: Fix kernel version error in ubuntu Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Namhyung Kim | perf sched timehist: Enlarge max stack depth by 2 Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Namhyung Kim | perf sched timehist: Mark schedule function in callchains Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Namhyung Kim | perf callchain: Add option to skip ignore symbol when... Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Ravi Bangoria | perf annotate: Initial PowerPC support Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Arnaldo Carvalho... | perf annotate: Improve support for ARM Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Arnaldo Carvalho... | perf annotate: Allow arches to have a init routine... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Arnaldo Carvalho... | perf annotate: Introduce alternative method of keeping... Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-25 | Arnaldo Carvalho... | perf annotate: Remove duplicate 'name' field from disasm_line Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | David Ahern | perf sched timehist: Add -V/--cpu-visual option Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | David Ahern | perf sched timehist: Add call graph options Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | David Ahern | perf sched timehist: Add -w/--wakeups option Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | David Ahern | perf sched timehist: Add summary options Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | David Ahern | perf sched timehist: Introduce timehist command Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | Namhyung Kim | perf evsel: Support printing callchains with arrows Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | Namhyung Kim | perf symbols: Print symbol offsets conditionally Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | Jiri Olsa | perf c2c: Support cascading options Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | Jiri Olsa | perf c2c report: Display total HITMs on default Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | Jiri Olsa | perf c2c report: Add struct c2c_stats::tot_hitm field Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | Jiri Olsa | perf c2c report: Add -f/--force option Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
2016-11-23 | Jiri Olsa | perf c2c report: Setup browser after opening perf.data Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> |
commit | commitdiff | tree |
next |