| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | | * | | | | | | | | | | | | tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf | Arnaldo Carvalho de Melo | 2015-09-22 | |
| | | * | | | | | | | | | | | | tools build: Allow setting the feature detection user | Arnaldo Carvalho de Melo | 2015-09-22 | |
| | | * | | | | | | | | | | | | tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage | Arnaldo Carvalho de Melo | 2015-09-22 | |
| | | * | | | | | | | | | | | | tools build: Fixup feature detection display function name | Arnaldo Carvalho de Melo | 2015-09-22 | |
| | | * | | | | | | | | | | | | perf tools: Don't assume that the parser returns non empty evsel list | Wang Nan | 2015-09-21 | |
| | | * | | | | | | | | | | | | perf probe: Fix a segfault when removing uprobe events | Masami Hiramatsu | 2015-09-21 | |
| | * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new... | Ingo Molnar | 2015-09-23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n... | Ingo Molnar | 2015-09-18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to resolve a conflict | Ingo Molnar | 2015-09-16 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | perf tools: Introduce regs_query_register_offset() for x86 | Wang Nan | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | perf tools: regs_query_register_offset() infrastructure | Wang Nan | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | perf tools: Enhance parsing events tracepoint error output | Jiri Olsa | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | perf evsel: Propagate error info from tp_format | Jiri Olsa | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | perf tools: Propagate error info for the tracepoint parsing | Jiri Olsa | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | tools: Add err.h with ERR_PTR PTR_ERR interface | Jiri Olsa | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | perf probe: Export init/exit_probe_symbol_maps() | Namhyung Kim | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | perf probe: Free perf_probe_event in cleanup_perf_probe_events() | Namhyung Kim | 2015-09-15 | |
| | * | | | | | | | | | | | | | | | perf test: Add entry for hists socket filter | Kan Liang | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf hists browser: Zoom in/out for processor socket | Kan Liang | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf report: Introduce --socket-filter option | Kan Liang | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tools: Introduce new sort type "socket" for the processor socket | Kan Liang | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tools: Add processor socket info to hist_entry and addr_location | Kan Liang | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf machine: Add pointer to sample's environment | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf env: Introduce read_cpu_topology_map() method | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf cpu_map: Use sysfs__read_int in get_{core,socket}_id() | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | tools lib api cpu: Introduce cpu.[ch] to obtain cpu related information | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | tools lib api fs: Introduce sysfs__read_{int,ull}() | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf env: Read msr pmu type from header | Kan Liang | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tools: Add tools/include into tags directories | Jiri Olsa | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf evsel: Remove forward declaration of 'struct perf_evlist' | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf hists browser: Fixup the "cpu" column width calculation | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf env: Adopt perf_header__set_cmdline | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf env: Rename some leftovers from rename to perf_env | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf env: Move perf_env out of header.h and session.c into separate object | Arnaldo Carvalho de Melo | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tests: Introduce iterator function for tests | Matt Fleming | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf test: Add entry to test cpu topology | Kan Liang | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tools: Switch to tracing_path interface on appropriate places | Jiri Olsa | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | tools lib api fs: Remove debugfs, tracefs and findfs objects | Jiri Olsa | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | tools lib api fs: Replace debugfs/tracefs objects interface with fs.c | Jiri Olsa | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | tools lib api fs: Make tracing_path_strerror_open message generic | Jiri Olsa | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tests: Print objdump/dso buffers if they don't match | Jan Stancek | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tests: Stop reading if objdump output crossed sections | Jan Stancek | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tests: Make objdump disassemble zero blocks | Jan Stancek | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | perf tests: Take into account address of each objdump line | Jan Stancek | 2015-09-14 | |
| | * | | | | | | | | | | | | | | | Merge tag 'v4.3-rc1' into perf/core, to refresh the tree | Ingo Molnar | 2015-09-13 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-09-08 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | perf trace: Add read/write to the file group | Arnaldo Carvalho de Melo | 2015-09-04 | |
| | | * | | | | | | | | | | | | | | | perf probe: Print deleted events in cmd_probe() | Namhyung Kim | 2015-09-04 | |
| | | * | | | | | | | | | | | | | | | perf probe: Split del_perf_probe_events() | Namhyung Kim | 2015-09-04 | |
| | | * | | | | | | | | | | | | | | | perf probe: Move print logic into cmd_probe() | Namhyung Kim | 2015-09-04 | |
